We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6144c commit ad41e7aCopy full SHA for ad41e7a
xarray/tests/test_cupy.py
@@ -47,7 +47,7 @@ def test_cupy_import():
47
def test_check_data_stays_on_gpu(toy_weather_data):
48
"""Perform some operations and check the data stays on the GPU."""
49
freeze = (toy_weather_data["tmin"] <= 0).groupby("time.month").mean("time")
50
- assert isinstance(freeze.data, cp.core.core.ndarray)
+ assert isinstance(freeze.data, cp.ndarray)
51
52
53
def test_where():
0 commit comments