We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: