From c6f2b8e55df25dfcac181f242b6eb8d328dc29b4 Mon Sep 17 00:00:00 2001 From: Sheng Zha Date: Tue, 28 Jul 2020 22:23:37 -0700 Subject: [PATCH] remove randomize in interoperability test --- tests/python/unittest/test_numpy_interoperability.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/python/unittest/test_numpy_interoperability.py b/tests/python/unittest/test_numpy_interoperability.py index b42268a5ffca..75062f477cda 100644 --- a/tests/python/unittest/test_numpy_interoperability.py +++ b/tests/python/unittest/test_numpy_interoperability.py @@ -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',