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

make w2w compatible with numpy 2.0 #130

Merged
merged 1 commit into from
Sep 15, 2024
Merged

make w2w compatible with numpy 2.0 #130

merged 1 commit into from
Sep 15, 2024

Conversation

jkittner
Copy link
Collaborator

@jkittner jkittner commented Jul 1, 2024

just saw CI failing - it's due to numpy 2.0 being released.

The tests are failing because of: rasterio/rasterio#3109

we have to wait until this is fixed or pin numpy <2 - but I'd like to avoid that for now.

@matthiasdemuzere
Copy link
Owner

Hi @jkittner, thanks for following up on this. Ok for me to wait until the update has been fixed in rasterio.

@matthiasdemuzere
Copy link
Owner

Hey @jkittner,

As my long overdue task, I wanted to see whether I could accept pull request #127.
So I was looking into the tests.

Now, quite some fail, but it seems that this is due to the changes in numpy2 as well?
This is what you mentioned above, no?

So what do you reckon: should we accept the pull request as such, or wait for this to be resolved?

Alternatively, we could keep this dev branch, and just update the README that describes the situation with WRF versions, and that users working with versions X and Y should install this development branch?

@jkittner jkittner merged commit 5db3fee into main Sep 15, 2024
5 checks passed
@jkittner jkittner deleted the numpy2-compat branch September 15, 2024 12:05
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.

2 participants