mseth10 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_r238493647
##########
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
Review comment:
Are we currently working on making this test robust?
----------------------------------------------------------------
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