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

Commit

Permalink
Change tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckt624 committed Aug 13, 2019
1 parent 979002e commit f03214e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/python/unittest/test_numpy_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,9 @@ def hybrid_forward(self, F, a):
]

for hybridize in [True, False]:
for a_shape in tensor_shapes:
for shape in tensor_shapes:
for dtype in [_np.float32, _np.float64]:
a_shape = (1,) + shape
test_det = TestDet()
if hybridize:
test_det.hybridize()
Expand Down

0 comments on commit f03214e

Please sign in to comment.