From bde82103fd23ce33961a349fabff4e412e03df4b Mon Sep 17 00:00:00 2001 From: apeforest Date: Tue, 31 Jul 2018 22:21:18 +0000 Subject: [PATCH 1/2] Remove fixed seed in flaky test --- tests/python/unittest/test_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]]); From 01f2c3c4b68182a8743cbd724654902654a10bc8 Mon Sep 17 00:00:00 2001 From: apeforest Date: Tue, 31 Jul 2018 22:21:18 +0000 Subject: [PATCH 2/2] Remove fixed seed in flaky test --- tests/python/unittest/test_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]]);