Skip to content

Commit 48ef01a

Browse files
committed
fixes for linting
1 parent 52e302e commit 48ef01a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

scripts/worldcover/run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,8 @@ def get_pixels(result):
388388
with tempfile.TemporaryDirectory() as tmp:
389389
# tmp = "/home/tam/Desktop/wcctmp"
390390

391-
outpath = f"{tmp}/worldcover_patch_embeddings_{YEAR}_{index}_{i}_{j}_v{VERSION}.gpq"
391+
outpath = f"{tmp}/worldcover_patch_embeddings_{YEAR}_{index}_{i}_{j}_" \
392+
f"v{VERSION}.gpq"
392393
print(f"Uploading embeddings to {outpath}")
393394
# print(gdf)
394395

scripts/worldcover/run_msi_sar.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,9 @@ def make_batch(result):
417417
with tempfile.TemporaryDirectory() as tmp:
418418
# tmp = "/home/tam/Desktop/wcctmp"
419419

420-
outpath = f"{tmp}/worldcover_patch_embeddings_{YEAR}_{index}_{i}_{j}_v{VERSION}.gpq"
420+
outpath = f"{tmp}/worldcover_patch_embeddings_{YEAR}_{index}_{i}_{j}_" \
421+
f"v{VERSION}.gpq"
422+
421423
print(f"Uploading embeddings to {outpath}")
422424
# print(gdf)
423425

0 commit comments

Comments
 (0)