You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/08/18 00:25:27 UTC

[GitHub] sandeep-krishnamurthy closed pull request #12227: Re-enable randomized test_bilinear_sampler

sandeep-krishnamurthy closed pull request #12227: Re-enable randomized test_bilinear_sampler
URL: https://github.com/apache/incubator-mxnet/pull/12227
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tests/python/unittest/test_operator.py b/tests/python/unittest/test_operator.py
index 55b797ce441..a1b5543fb8e 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
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services