Skip to content

Commit

Permalink
fix: remove testing array
Browse files Browse the repository at this point in the history
  • Loading branch information
amfage committed Jan 15, 2024
1 parent 0aae1da commit fe2a539
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/standardising.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def standardising(
sidecars.append(f"{os.path.splitext(i)[0]}{extension}")
source_files = write_all(files.inputs, f"{tmp_path}/source/")
write_sidecars(sidecars, f"{tmp_path}/source/")
source_tiffs = []
source_tiffs = [file for file in source_files if is_tiff(file)]

vrt_add_alpha = True
Expand Down

0 comments on commit fe2a539

Please sign in to comment.