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 56c0db4 commit a706927Copy full SHA for a706927
xrspatial/tests/test_aspect.py
@@ -60,7 +60,7 @@ def test_numpy_equals_dask_random_data(random_data):
60
61
62
@cuda_and_cupy_available
63
-def test_numpy_equals_cupy_qgis_data():
+def test_numpy_equals_cupy_qgis_data(elevation_raster):
64
# compare using the data run through QGIS
65
numpy_agg = input_data(elevation_raster)
66
cupy_agg = input_data(elevation_raster, 'cupy')
0 commit comments