You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/01/22 22:45:54 UTC

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #17410: skipping flaky tests randint, log_softmax. Added python gc to teardown.

apeforest commented on a change in pull request #17410: skipping flaky tests randint,log_softmax. Added python gc to teardown.
URL: https://github.com/apache/incubator-mxnet/pull/17410#discussion_r369847110
 
 

 ##########
 File path: tests/nightly/test_large_array.py
 ##########
 @@ -1089,6 +1092,7 @@ def check_sort():
         s = nd.sort(b, is_ascend=False)
         assert np.sum(s[0].asnumpy() == 0).all()
 
+    @unittest.skip("Topk takes lot of memory!, disabling it for now!")
 
 Review comment:
   Can you create an issue to track this and add in the clause here?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services