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/24 09:14:26 UTC

[GitHub] marcoabreu commented on a change in pull request #14242: Large array support for randint

marcoabreu commented on a change in pull request #14242: Large array support for randint
URL: https://github.com/apache/incubator-mxnet/pull/14242#discussion_r259610530
 
 

 ##########
 File path: tests/nightly/test_large_array.py
 ##########
 @@ -49,6 +49,17 @@ def test_ndarray_random_uniform():
     a = nd.random.uniform(shape=(LARGE_X, SMALL_Y))
     assert a[-1][0] != 0
 
+def test_ndarray_random_randint():
 
 Review comment:
   Please add the with seed annotation

----------------------------------------------------------------
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