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

Fix: support f32 for longitudes and latitudes #36

Merged
merged 5 commits into from
Jan 6, 2025

Conversation

ManonMarchand
Copy link
Member

Note that we do a copy during the conversion. This was done silently before numpy 2.0. We now have to be explicit about it.
Fixes #35

@ManonMarchand ManonMarchand force-pushed the feat-support-f32 branch 2 times, most recently from a4f5a11 to 20aecb9 Compare January 6, 2025 16:21
this was working before numpy 2.0 since the conversion was done without us knowing
the dockers are really needed for the releases only
@ManonMarchand ManonMarchand merged commit cd96db3 into master Jan 6, 2025
19 checks passed
@ManonMarchand ManonMarchand deleted the feat-support-f32 branch January 6, 2025 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support float32 inputs
1 participant