This is an automated email from the ASF dual-hosted git repository.

marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new fc912f3  [MXNET-770] Remove fixed seed in flaky test (#11958)
fc912f3 is described below

commit fc912f31927921cf5e14b00e4c66db1605f1db13
Author: Lin Yuan <apefor...@gmail.com>
AuthorDate: Wed Aug 1 09:08:59 2018 -0700

    [MXNET-770] Remove fixed seed in flaky test (#11958)
    
    * Remove fixed seed in flaky test
    
    * 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 802988b..41ea582 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]]);

Reply via email to