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

Couple of sparse tests are failing #11130

Closed
jrbourbeau opened this issue May 17, 2024 · 1 comment · Fixed by #11139
Closed

Couple of sparse tests are failing #11130

jrbourbeau opened this issue May 17, 2024 · 1 comment · Fixed by #11139
Labels
array tests Unit tests and/or continuous integration

Comments

@jrbourbeau
Copy link
Member

Looks like we're getting these failures on main (example CI build)

FAILED dask/array/tests/test_array_function.py::test_array_function_sparse[<lambda>0] - RecursionError: maximum recursion depth exceeded while calling a Python object
FAILED dask/array/tests/test_array_function.py::test_array_function_sparse[<lambda>1] - RecursionError: maximum recursion depth exceeded while calling a Python object

A new sparse release came out a few hours ago which I'm guessing is related.

@jrbourbeau jrbourbeau added array tests Unit tests and/or continuous integration labels May 17, 2024
@jrbourbeau
Copy link
Member Author

jrbourbeau commented May 17, 2024

Looks like this is a sparse issue, not a Dask issue (just opened up pydata/sparse#682). I'll temporarily skip those tests until things are fixed upstream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
array tests Unit tests and/or continuous integration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant