We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3773bb9 commit 4ddb18eCopy full SHA for 4ddb18e
tests/processing/tools/test_util_functions.py
@@ -37,7 +37,7 @@ def create_small_raster(newRasterfn, rasterOrigin, pixelWidth, pixelHeight, arra
37
38
@pytest.fixture
39
def small_raster_example() -> QgsRasterLayer:
40
- small_raster_file = "/vsimem/small.tif"
+ small_raster_file = "/tmp/small.tif"
41
array = np.array([[1, 2], [3, 4]])
42
43
create_small_raster(small_raster_file, (0, 2), 1, -1, array)
0 commit comments