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

[incubator-mxnet] branch master updated: re-enable randomized test_ndarray_elementwise (#12300)

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

skm 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 ac85d7a  re-enable randomized test_ndarray_elementwise (#12300)
ac85d7a is described below

commit ac85d7a15f39df8cb413c4fb1cb69dd931b0e619
Author: Hao Jin <ha...@users.noreply.github.com>
AuthorDate: Thu Aug 23 09:32:27 2018 -0700

    re-enable randomized test_ndarray_elementwise (#12300)
---
 tests/python/unittest/test_ndarray.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/python/unittest/test_ndarray.py b/tests/python/unittest/test_ndarray.py
index e354dcd..e9eea43 100644
--- a/tests/python/unittest/test_ndarray.py
+++ b/tests/python/unittest/test_ndarray.py
@@ -119,7 +119,7 @@ def test_ndarray_setitem():
     assert same(x.asnumpy(), x_np)
 
 
-@with_seed(0)
+@with_seed()
 def test_ndarray_elementwise():
     nrepeat = 10
     maxdim = 4