Skip to content

Commit 4ddb18e

Browse files
committed
save to tmp
1 parent 3773bb9 commit 4ddb18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/processing/tools/test_util_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def create_small_raster(newRasterfn, rasterOrigin, pixelWidth, pixelHeight, arra
3737

3838
@pytest.fixture
3939
def small_raster_example() -> QgsRasterLayer:
40-
small_raster_file = "/vsimem/small.tif"
40+
small_raster_file = "/tmp/small.tif"
4141
array = np.array([[1, 2], [3, 4]])
4242

4343
create_small_raster(small_raster_file, (0, 2), 1, -1, array)

0 commit comments

Comments
 (0)