Skip to content

Commit

Permalink
Remove test of broken tidal model paths
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Jan 30, 2023
1 parent f717435 commit f7af73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coastlines/raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def generate_rasters(
# each satellite pixel to be analysed and filtered/masked based on the
# tide height at the exact moment of satellite image acquisition.
try:
ds["tide_m"], tides_lowres = pixel_tides(ds, resample=True, directory='blah')
ds["tide_m"], tides_lowres = pixel_tides(ds, resample=True)
log.info(f"Study area {study_area}: Finished modelling tide heights")

except FileNotFoundError:
Expand Down

0 comments on commit f7af73f

Please sign in to comment.