-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Failure on main
testing xarray.cross
#9327
Comments
It looks like this surfaced with new numpy 2.0.1 release in connection with dask 2024.8.0.
|
So from what I can tell the align-path in below code should align a and b. But it returns multiple chunks instead of one chunk. In the following elif-path there is special handling to rechunk. Hope this helps to figure out a solution. xarray/xarray/core/computation.py Lines 1669 to 1705 in b22c429
|
* xfail np.cross tests xref #9327 * Force numpy>=2
What happened?
Failure on
main
testing xarray.crosshttps://github.com/pydata/xarray/actions/runs/10298827771/job/28504816043#step:10:838
Possibly either a bug in
apply_ufunc
or an incorrect use of it.What did you expect to happen?
No response
Minimal Complete Verifiable Example
No response
MVCE confirmation
Relevant log output
No response
Anything else we need to know?
No response
Environment
main
The text was updated successfully, but these errors were encountered: