-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Scala arange Flaky test #14402
Comments
Hey, this is the MXNet Label Bot. |
Likely related to #13816. I'm trying to reproduce it locally. |
Reproduces locally by increasing the number of iterations to 10k. Both of the tests that were added will intermittently fail. Looks like start isn't being passed to NDArray.arrange but it's a required parameter. Tagging the author of the PR @kiendang for his input on this. |
Sorry. I'm taking a look at this.
The value of |
Found the issue. The reason is if the two compared arrays are both like [0f] and [0f] then |
Currently, I received several reports from contributors about the failed test they got from CI:
Some problems appeared in the CI:
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/PR-14365/7/pipeline/281
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/PR-14359/7/pipeline
Thanks @haojin2 @yuxihu reporting these issues
The text was updated successfully, but these errors were encountered: