Skip to content

Commit

Permalink
Remove on disk path instead of tmp_path in rasters ci
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Dec 6, 2024
1 parent 307c673 commit 3a0ab3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CI/SCRIPTS/test_rasters.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,6 @@ def test_vrt(tmp_path, raster_path):
)
def test_merge_different_crs(tmp_path):
"""Test merge_vrt (with different CRS) function"""
tmp_path = "/home/data/CI"
# DIFFERENT CRS
true_vrt_path = rasters_path().joinpath("merge_32-31.vrt")
true_tif_path = rasters_path().joinpath("merge_32-31.tif")
Expand Down Expand Up @@ -761,8 +760,6 @@ def test_where():
@dask_env
def test_dem_fct(tmp_path):
"""Test DEM fct, i.e. slope and hillshade"""
tmp_path = "/home/data/CI"

# Paths IN
dem_path = rasters_path().joinpath("dem.tif")
aspect_path = rasters_path().joinpath("aspect.tif")
Expand Down

0 comments on commit 3a0ab3c

Please sign in to comment.