Skip to content

Commit a706927

Browse files
committed
fixed aspect unit test
1 parent 56c0db4 commit a706927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xrspatial/tests/test_aspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_numpy_equals_dask_random_data(random_data):
6060

6161

6262
@cuda_and_cupy_available
63-
def test_numpy_equals_cupy_qgis_data():
63+
def test_numpy_equals_cupy_qgis_data(elevation_raster):
6464
# compare using the data run through QGIS
6565
numpy_agg = input_data(elevation_raster)
6666
cupy_agg = input_data(elevation_raster, 'cupy')

0 commit comments

Comments
 (0)