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
It looks that some inference tests are failing: https://github.com/pyro-ppl/numpyro/actions/runs/9548151326/job/26314886730
numpy==2.0.0
AttributeError: `np.issctype` was removed in the NumPy 2.0 release. Use `issubclass(rep, np.generic)` instead.
E OverflowError: Python int too large to convert to C long
Summary
FAILED test/contrib/test_tfp.py::test_transformed_distributions - AttributeError: `np.issctype` was removed in the NumPy 2.0 release. Use `issubclass(rep, np.generic)` instead. FAILED test/contrib/test_tfp.py::test_sample_unwrapped_tfp_distributions[Beta-args1] - OverflowError: Python int too large to convert to C long FAILED test/contrib/test_tfp.py::test_sample_unwrapped_tfp_distributions[Binomial-args2] - OverflowError: Python int too large to convert to C long FAILED test/contrib/test_tfp.py::test_sample_unwrapped_tfp_distributions[Dirichlet-args5] - OverflowError: Python int too large to convert to C long FAILED test/contrib/test_tfp.py::test_sample_unwrapped_tfp_distributions[InverseGamma-args7] - OverflowError: Python int too large to convert to C long FAILED test/contrib/test_tfp.py::test_sample_unwrapped_mixture_same_family - OverflowError: Python int too large to convert to C long
The text was updated successfully, but these errors were encountered:
I think we can filter out these tests while waiting for the next tfp release.
Sorry, something went wrong.
Closed. Thanks for fixing the issue, @juanitorduz!
No branches or pull requests
It looks that some inference tests are failing: https://github.com/pyro-ppl/numpyro/actions/runs/9548151326/job/26314886730
numpy==2.0.0
releaseSummary
The text was updated successfully, but these errors were encountered: