You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* boolean reduce
* order reduce
* index ordering tests
* cumulative reduce tests
`cumprod` / `cumulative_prod` are not part of the array API
* skip `cumprod` since it's most likely not implemented
* fix the expected value for cumulative reductions
`Variable` implements n-d cum ops by iterating over the axes.
* pin `numpy<2.1` until `xarray` issues a new release
* resolve the `argmin` / `argmax` warnings by opting into the new behavior
* try installing the nightly version of `xarray`
* print the type of `actual` if it didn't match
* try the recommended syntax for `pip` installing deps
* put the options on a single line
* upgrade packages
* install nightly `xarray` as a separate step
0 commit comments