xidulu commented on a change in pull request #16393: [Numpy] Fix choice 
signature
URL: https://github.com/apache/incubator-mxnet/pull/16393#discussion_r332600915
 
 

 ##########
 File path: tests/python/unittest/test_exc_handling.py
 ##########
 @@ -204,7 +204,7 @@ def test_np_reshape_exception():
 @with_seed()
 @use_np
 def test_np_random_incorrect_named_arguments():
-    random_ops = ['uniform', 'normal', 'randint']
+    random_ops = ['uniform', 'normal', 'randint', 'choice']
 
 Review comment:
   @reminisce 
   fixed

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


With regards,
Apache Git Services

Reply via email to