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

Commit

Permalink
remove randomize in interoperability test
Browse files Browse the repository at this point in the history
  • Loading branch information
szha committed Jul 29, 2020
1 parent f3521fd commit c6f2b8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/unittest/test_numpy_interoperability.py
Original file line number Diff line number Diff line change
Expand Up @@ -3242,7 +3242,6 @@ def _check_interoperability_helper(op_name, rel_tol, abs_tol, *args, **kwargs):
+np.fallback.__all__ \
+['linalg.{}'.format(op_name) for op_name in np.fallback_linalg.__all__])
def test_interoperability(name):
OpArgMngr.randomize_workloads()
if name in _TVM_OPS and not is_op_runnable():
return
if name in ['shares_memory', 'may_share_memory', 'empty_like',
Expand Down

0 comments on commit c6f2b8e

Please sign in to comment.