diff --git a/tests/python/unittest/test_module.py b/tests/python/unittest/test_module.py index 802988b43297..41ea5828ddcd 100644 --- a/tests/python/unittest/test_module.py +++ b/tests/python/unittest/test_module.py @@ -381,7 +381,7 @@ def test_module_set_params(): aux_params={}, allow_missing=True, allow_extra=False) -@with_seed(11) +@with_seed() def test_monitor(): # data iter data = mx.nd.array([[0.05, .10]]);