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
* Fix doctest on cupy_xarray.accessors.CupyDataArrayAccessor.as_cupy
Output type is now just `cupy.ndarray` instead of `cupy.core.core.ndarray`. Also updated pytest command in contributing.rst to include `--doctest-modules` flag.
* Fix ModuleNotFoundError: No module named 'xarray.core.pycompat'
Xref https://github.com/pydata/xarray/blob/v2024.06.0/xarray/namedarray/pycompat.py#L21-L43
* Use try-except instead of xr.namedarray.pycompat to get dask_array_type
---------
Co-authored-by: Deepak Cherian <[email protected]>
0 commit comments