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 2019/02/15 18:39:36 UTC

[GitHub] eric-haibin-lin commented on a change in pull request #14082: Fix nd.pick large array issue

eric-haibin-lin commented on a change in pull request #14082: Fix nd.pick large array issue
URL: https://github.com/apache/incubator-mxnet/pull/14082#discussion_r257346109
 
 

 ##########
 File path: tests/nightly/test_large_array.py
 ##########
 @@ -145,6 +145,11 @@ def test_where():
     res = nd.sparse.where(csr_cond, a, b)
     assert np.sum(res[0].asnumpy() == 1) == b.shape[1]
 
+def test_pick():
 
 Review comment:
   The new test fails on master. Looks good now

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


With regards,
Apache Git Services