Skip to content

test_marginal is flakey #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
twiecki opened this issue Feb 15, 2023 · 0 comments · Fixed by #128
Closed

test_marginal is flakey #108

twiecki opened this issue Feb 15, 2023 · 0 comments · Fixed by #128
Labels
bug Something isn't working

Comments

@twiecki
Copy link
Member

twiecki commented Feb 15, 2023

pymc_experimental/tests/test_marginal_model.py::test_marginalized_deterministic_and_potential - AssertionError: 
Arrays are not almost equal to 7 decimals

Mismatched elements: 2 / 5 (40%)
Max absolute difference: 2.3841858e-07
Max relative difference: 9.66977e-08
 x: array([ 1.6125156,  2.3487637,  2.4792917, -1.0471407,  2.4656074],
      dtype=float32)
 y: array([ 1.6125154,  2.3487637,  2.4792914, -1.0471407,  2.4656076],
      dtype=float32)
FAILED pymc_experimental/tests/distributions/test_continuous.py::TestGenExtremeClass::test_logcdf - AssertionError: 
Arrays are not almost equal to 2 decimals
{'mu': array(0.01, dtype=float32), 'sigma': array(1., dtype=float32), 'xi': array(0.99, dtype=float32), 'value': array(-1., dtype=float32)}
Mismatched elements: 1 / 1 (100%)
Max absolute difference: 1.86426127
Max relative difference: 0.00016986
 x: array(-10973.14, dtype=float32)
 y: array(-10975.01)
@ricardoV94 ricardoV94 added the bug Something isn't working label Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants