szha commented on a change in pull request #8689: Mark tests that should only 
be run nightly.
URL: https://github.com/apache/incubator-mxnet/pull/8689#discussion_r151826237
 
 

 ##########
 File path: tests/python/unittest/test_operator.py
 ##########
 @@ -3365,6 +3368,7 @@ def test_log_softmax():
             check_numeric_gradient(sym, [data], rtol=0.05, atol=1e-3)
 
 
+@attr('nightly')
 def test_pick():
 
 Review comment:
   please leave this test as is. it's an operator that's not in contrib, so we 
shouldn't leave any chance of breaking it.

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


With regards,
Apache Git Services

Reply via email to