Skip to content
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

New betainc C implementation less precise than Scipy #906

Closed
ricardoV94 opened this issue Jul 9, 2024 · 0 comments · Fixed by #908
Closed

New betainc C implementation less precise than Scipy #906

ricardoV94 opened this issue Jul 9, 2024 · 0 comments · Fixed by #908
Labels
bug Something isn't working C-backend

Comments

@ricardoV94
Copy link
Member

ricardoV94 commented Jul 9, 2024

PyMC CI started failing in pymc-devs/pymc#7400

import scipy.special
import pytensor.tensor as pt

print(pt.betainc(100.0, 1.0, 0.1).eval())  # 0.0
print(scipy.special.betainc(100.0, 1.0, 0.1))  # 1.0000000000000056e-100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working C-backend
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant