Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
CBROWN-ONS authored Oct 12, 2023
1 parent ac9de77 commit e5411f1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/transport_performance/utils/raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ def merge_raster_files(
_type_defence(output_filename, "output_filename", str)
merged_dir = os.path.join(output_dir, output_filename)
_check_parent_dir_exists(merged_dir, "merged_dir", create=True)
# _is_expected_filetype(
# merged_dir, "merged_dir", check_existing=False, exp_ext=".tif"
# )
merged_dir = _enforce_file_extension(
merged_dir, ".tif", ".tif", "merged_dir"
)
Expand Down

0 comments on commit e5411f1

Please sign in to comment.