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

Commit

Permalink
fix an error for indices
Browse files Browse the repository at this point in the history
  • Loading branch information
gyshi committed Aug 15, 2019
1 parent 0d66fb1 commit 68f3958
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/python/unittest/test_numpy_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -886,14 +886,12 @@ def get_new_shape(shape, axis):
def test_np_indices():
dtypes = ['int32', 'int64', 'float16', 'float32', 'float64']
shapes = [
(),
(0,),
(1,),
(2,3,4),
(2,0,4),
(1,1,1,1),
(1,0,0,1),
(4,),
(2,3,4,5,6,7,8)
]
if platform.system() == 'Windows':
Expand Down

0 comments on commit 68f3958

Please sign in to comment.