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

Profile interpolation crashes on scipy 1.10.0. #58

Closed
juseg opened this issue Jan 11, 2023 · 0 comments · Fixed by #59
Closed

Profile interpolation crashes on scipy 1.10.0. #58

juseg opened this issue Jan 11, 2023 · 0 comments · Fixed by #59
Assignees
Labels
bug Something isn't working
Milestone

Comments

@juseg
Copy link
Owner

juseg commented Jan 11, 2023

Readthedocs builds to fail since latest scipy release.

This is related to scipy/scipy#17718, only affecting scipy==1.10.0 (will be fixed in 1.10.1).

Profile interpolation crashes on mixed precision, for instance mixing float32 PISM output data and float64 profile coordinates. While not an ideal solution for large arrays, the bug can be worked around by upcasting everything to float64.

@juseg juseg added the bug Something isn't working label Jan 11, 2023
@juseg juseg added this to the v0.3.0 milestone Jan 11, 2023
@juseg juseg self-assigned this Jan 11, 2023
@juseg juseg changed the title Profile interpolation crashes on scipy 0.10.0. Profile interpolation crashes on scipy 1.10.0. Jan 11, 2023
@juseg juseg linked a pull request Jan 11, 2023 that will close this issue
@juseg juseg closed this as completed in #59 Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant