Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
for updating pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Ying committed Aug 12, 2019
1 parent 08e103a commit 9d62d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_numpy_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_np_flip():
class TestFlip(HybridBlock):
def __init__(self, axis):
super(TestFlip, self).__init__()
# necessary initializations
# Necessary initializations
self.axis = axis

def hybrid_forward(self, F, x):
Expand Down

0 comments on commit 9d62d01

Please sign in to comment.