Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Gluon probability flaky tests #18809

@ptrendx

Description

@ptrendx

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions