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 21:46:42 UTC

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

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

 ##########
 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:
   with_seed function is inside tests/python/unittest/common.py
   however this is inside different module tests/nightly/
   
   ```
   from unittest.common import with_seed
   ModuleNotFoundError: No module named 'unittest.common'
   ```
   when i try to import common by relative path, it gives an error
   Any idea?

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