You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ns...@apache.org on 2018/08/16 22:43:28 UTC

[incubator-mxnet] branch master updated: Remove fixed seed from laop_2 test (#12206)

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

nswamy 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 23c80c4  Remove fixed seed from laop_2 test (#12206)
23c80c4 is described below

commit 23c80c4bb330c8a8b2a2bdc433d6dddff3ae0399
Author: Andrew Ayres <an...@gmail.com>
AuthorDate: Thu Aug 16 15:43:17 2018 -0700

    Remove fixed seed from laop_2 test (#12206)
---
 tests/python/unittest/test_operator.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/python/unittest/test_operator.py b/tests/python/unittest/test_operator.py
index f1aec12..df09a7b 100644
--- a/tests/python/unittest/test_operator.py
+++ b/tests/python/unittest/test_operator.py
@@ -5385,8 +5385,7 @@ def _syevd_combined_symbol(a):
                                    transpose_b=False, name='Ut_L_U')
     return mx.sym.Group([u_ut, ut_lam_u])
 
-# Seed set because the test is not robust enough to operate on random data
-@with_seed(1896893923)
+@with_seed()
 def test_laop_2():
     dtype = np.float64
     rtol_fw = 1e-7