From f7af73fda0067e7da8acd51826fbe0f9e4738e93 Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Mon, 30 Jan 2023 13:37:08 +1100 Subject: [PATCH] Remove test of broken tidal model paths --- coastlines/raster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coastlines/raster.py b/coastlines/raster.py index 11c4d5f..48bd2ad 100644 --- a/coastlines/raster.py +++ b/coastlines/raster.py @@ -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: