ChaiBapchya commented on a change in pull request #13498: Fix flaky test 
test_random:test_randint_generator
URL: https://github.com/apache/incubator-mxnet/pull/13498#discussion_r239664979
 
 

 ##########
 File path: tests/python/unittest/test_random.py
 ##########
 @@ -859,8 +859,8 @@ def test_randint_extremes():
     a = mx.nd.random.randint(dtype='int64', low=50000000, high=50000010, 
ctx=mx.context.current_context())
     assert a>=50000000 and a<=50000010
 
-@with_seed()
[email protected]("Flaky test: 
https://github.com/apache/incubator-mxnet/issues/13446";)
+# Seed set because the test is not robust enough to operate on random data
+@with_seed(1234)
 
 Review comment:
   yes now that PR #13543 is merged 
   Confirmed that it resolved this flaky test
   hence removing the fix seed

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to