anirudhacharya commented on a change in pull request #12749: [MXNET-1029] 
Feature request: randint operator
URL: https://github.com/apache/incubator-mxnet/pull/12749#discussion_r223203232
 
 

 ##########
 File path: tests/python/unittest/test_operator.py
 ##########
 @@ -7009,6 +7009,13 @@ def test_invalid_max_pooling_pad_type_same():
         name='pooling',
         pooling_convention="same")
 
+@with_seed()
+def test_randint():
 
 Review comment:
   why not include this test along with the other random samplers in the 
`test_random.py` file here - 
https://github.com/apache/incubator-mxnet/blob/master/tests/python/unittest/test_random.py#L32
 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to