anirudh2290 commented on a change in pull request #15941: Add Large tensor
vector test cases
URL: https://github.com/apache/incubator-mxnet/pull/15941#discussion_r318286043
##########
File path: tests/nightly/test_large_array.py
##########
@@ -143,27 +144,43 @@ def test_ndarray_random_normal():
loc_array = nd.random.uniform(shape=(MEDIUM_X, SMALL_Y))
a = nd.random.normal(loc=loc_array, scale=scale_array,
shape=(SMALL_X, SMALL_Y))
+ a.wait_to_read()
Review comment:
won't import teardown in test_large_array run waitall after each nosetest. i
think that should be enough.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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