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/18 00:25:33 UTC

[incubator-mxnet] branch master updated: re-enable randomized test_bilinear_sampler (#12227)

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 89fbb29  re-enable randomized test_bilinear_sampler (#12227)
89fbb29 is described below

commit 89fbb29132783c2820d2a2052926a83e909cfe66
Author: Hao Jin <ha...@users.noreply.github.com>
AuthorDate: Fri Aug 17 17:25:25 2018 -0700

    re-enable randomized test_bilinear_sampler (#12227)
---
 tests/python/unittest/test_operator.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/python/unittest/test_operator.py b/tests/python/unittest/test_operator.py
index c49d402..e3747d6 100644
--- a/tests/python/unittest/test_operator.py
+++ b/tests/python/unittest/test_operator.py
@@ -3923,8 +3923,6 @@ def test_grid_generator():
         assert_almost_equal(exe_add.grad_dict['flow'].asnumpy(), grad_est + flow_grad_npy, rtol=1e-3, atol=1e-5)
 
 
-# Seed set because the test is not robust enough to operate on random data
-@with_seed(1234)
 def test_bilinear_sampler():
     from math import floor