vandanavk commented on a change in pull request #11950: Re-enabling
test_ndarray.test_cached
URL: https://github.com/apache/incubator-mxnet/pull/11950#discussion_r207325791
##########
File path: tests/python/unittest/test_ndarray.py
##########
@@ -862,7 +862,7 @@ def test_iter():
for i in range(x.size):
assert same(y[i].asnumpy(), x[i].asnumpy())
[email protected]("test fails intermittently. temporarily disabled till it gets
fixed. tracked at https://github.com/apache/incubator-mxnet/issues/8049")
+@with_seed()
def test_cached():
Review comment:
@haojin2 Re-submitted with this change. Thanks.
----------------------------------------------------------------
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