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

Commit

Permalink
re-trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gyshi committed Sep 11, 2019
1 parent 3fc65f7 commit 29a0104
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 @@ -1756,7 +1756,7 @@ def test_np_indices():
(2, 0, 4),
(1, 1, 1, 1),
(1, 0, 0, 1),
(2, 3, 4, 5, 6, 7, 8)
(2, 3, 4, 5, 6, 7)
]
if platform.system() == 'Windows':
shapes = shapes[1:] #beacuse in numpy windows version, indces not support dimensions is empty tuple.
Expand Down

0 comments on commit 29a0104

Please sign in to comment.