kalyc commented on issue #11685: test_executor.test_bind has fixed seed that 
can mask flakiness
URL: 
https://github.com/apache/incubator-mxnet/issues/11685#issuecomment-410028622
 
 
   On further examination, @roywei's changes are failing on this check - 
   `
   check_bind_with_uniform(lambda x, y: np.maximum(x, y),
              lambda g, x, y: (g * (x>y), g * (y>x)),
               dim,
               sf=mx.symbol.maximum)
   `
   on lines - 
https://github.com/apache/incubator-mxnet/blob/master/tests/python/unittest/test_executor.py#L99-L102

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