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

Commit

Permalink
fix error in review
Browse files Browse the repository at this point in the history
  • Loading branch information
Ying committed Sep 2, 2019
1 parent d0366f0 commit ee11c0c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/python/unittest/test_numpy_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -1095,13 +1095,7 @@ def hybrid_forward(self, F, a):
types = ['float64', 'float32', 'float16', 'int64', 'int32', 'int8']
for oneType in types:
for hybridize in [True, False]:
for shape in [(),
(2,),
(2, 2),
(1, 2, 3),
(3, 0),
(1, 0, 2)
]:
for shape in [(), (2,), (2, 2), (1, 2, 3), (3, 0), (1, 0, 2)]:
test_ravel = TestRavel()
if hybridize:
test_ravel.hybridize()
Expand Down

0 comments on commit ee11c0c

Please sign in to comment.