We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3df115 commit 4e1857aCopy full SHA for 4e1857a
cupy_xarray/kvikio.py
@@ -58,7 +58,7 @@ class EagerCupyZarrArrayWrapper(ZarrArrayWrapper):
58
def __array__(self):
59
return self._array[:].get()
60
61
- def get_array(self):
+ def get_duck_array(self):
62
# total hack: make a numpy array look like a Zarr array
63
# this gets us through Xarray's backend layers
64
return DummyZarrArrayWrapper(self._array[:].get())
0 commit comments