szha commented on a change in pull request #11920: Remove fixed seed for
test_sparse_nd_save_load
URL: https://github.com/apache/incubator-mxnet/pull/11920#discussion_r205921457
##########
File path: tests/python/unittest/test_sparse_ndarray.py
##########
@@ -534,7 +534,9 @@ def test_sparse_nd_pickle():
assert same(a.asnumpy(), b.asnumpy())
-@with_seed(0)
+# @kalyc: Getting rid of fixed seed as flakiness could not be reproduced
+# tracked at https://github.com/apache/incubator-mxnet/issues/11741
+@with_seed()
Review comment:
no need to add comment if not flaky.
----------------------------------------------------------------
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