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

⚠️ Nightly upstream-dev CI failed ⚠️ #24824

Closed
github-actions bot opened this issue Nov 10, 2024 · 1 comment · Fixed by #24842
Closed

⚠️ Nightly upstream-dev CI failed ⚠️ #24824

github-actions bot opened this issue Nov 10, 2024 · 1 comment · Fixed by #24842
Assignees
Labels

Comments

@github-actions
Copy link

github-actions bot commented Nov 10, 2024

Workflow Run URL

Summary of Failures
tests/lax_scipy_special_functions_test.py::LaxScipySpcialFunctionsTest::testGammaSign: AssertionError: 
Not equal to tolerance rtol=1e-05, atol=1e-15

nan location mismatch:
 ACTUAL: array([      nan,       nan,       nan,       nan,       nan,       nan,
             nan,       nan,       nan,       nan,       inf, 1.000e+00,
       1.000e+00, 2.000e+00, 6.000e+00, 2.400e+01, 1.200e+02, 7.200e+02,
       5.040e+03, 4.032e+04])
 DESIRED: array([      inf,       inf,       inf,       inf,       inf,       inf,
             inf,       inf,       inf,       inf,       inf, 1.000e+00,
       1.000e+00, 2.000e+00, 6.000e+00, 2.400e+01, 1.200e+02, 7.200e+02,
       5.040e+03, 4.032e+04])
tests/linalg_test.py::ScipyLinalgTest::testToeplitzConstrcution0: FutureWarning: Beginning in SciPy 1.17, multidimensional input will be treated as a batch, not `ravel`ed. To preserve the existing behavior and silence this warning, `ravel` aruments before passing them to `toeplitz`.
tests/linalg_test.py::ScipyLinalgTest::testToeplitzSymmetricConstruction0: FutureWarning: Beginning in SciPy 1.17, multidimensional input will be treated as a batch, not `ravel`ed. To preserve the existing behavior and silence this warning, `ravel` aruments before passing them to `toeplitz`.
@github-actions github-actions bot added the CI label Nov 10, 2024
@jakevdp jakevdp self-assigned this Nov 11, 2024
@jakevdp
Copy link
Collaborator

jakevdp commented Nov 11, 2024

The warning is coming up due to changes described in scipy/scipy#21466.

We should anticipate these changes in jax.scipy, implement the new batched semantics, and introduce our own deprecation cycle the old implicit raveling behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant