Skip to content

Commit 420317f

Browse files
committed
relative paths added for tests
1 parent 5b46663 commit 420317f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/pytest_pipeline_check.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def test_complete_processing_pipeline(dask_client, test_parameters):
125125
merged = merged.rename_dimension(target="x", source="lon")
126126

127127
# Use relative path for CI/CD compatibility
128-
output_path = "./test_data/"
128+
output_path = ""
129129
os.makedirs(output_path, exist_ok=True)
130130

131131
zarr_path = os.path.join(
@@ -205,13 +205,13 @@ def test_end_to_end_pixel_model_pipeline(dask_client):
205205
secret_key = os.getenv("SECRET_KEY")
206206

207207
STAC_URLS = {
208-
"train_xy": "https://stac.intertwin.fedcloud.eu/collections/TEST_CUBE_ERA5_pytest_100"
208+
"train_xy": "https://stac.intertwin.fedcloud.eu/collections/TEST_CUBE_ERA5_pytest_101"
209209
}
210210
spatial_extent = {"west": 11, "east": 11.5, "south": 46, "north": 46.5}
211211
target_var = "target_dataset"
212212

213213
# Use relative path for CI/CD compatibility
214-
output_dir = Path("./test_data/results/")
214+
output_dir = Path("")
215215
output_dir.mkdir(parents=True, exist_ok=True)
216216

217217
# Load STAC via openEO

0 commit comments

Comments
 (0)