ptrendx opened a new issue #18809:
URL: https://github.com/apache/incubator-mxnet/issues/18809


   ## Description
   test_gluon_probability_v2.py::test_gluon_dirichlet fails with some seeds
   
   ## Occurrences
   
http://jenkins.mxnet-ci.amazon-ml.com/job/mxnet-validation/job/windows-gpu/job/PR-18622/23/display/redirect
   
   ## What have you tried to solve it?
   
   1. Tried the nightly build (to eliminate the impact of the PR which showed 
the failure in CI) with the same seed:
   ```
   MXNET_TEST_SEED=553606704 pytest -v -s 
test_gluon_probability_v2.py::test_gluon_dirichlet
   ```
   Results in error:
   ```
   E       AssertionError: 
   E       Items are not equal:
   E       Error nan exceeds tolerance rtol=1.000000e-03, atol=1.000000e-04.
   E       
   E        ACTUAL: array(nan, dtype=float32)
   E        DESIRED: 142.17020331099576
   ```
   
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to