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-409332263 For this test when seed is not set to 0, [reldiff](https://github.com/apache/incubator-mxnet/blob/master/tests/python/unittest/test_executor.py#L23) is `NaN` as `diff` & `norm` = `0.0` & hence we get an assertion error. When seed is set to 0, we dont get this error as the above mentioned values are non zero.
---------------------------------------------------------------- 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
