From 72addd228f66ee15f38da8c59d376e5f45391ddc Mon Sep 17 00:00:00 2001 From: veenstrajelmer <60435591+veenstrajelmer@users.noreply.github.com> Date: Sun, 7 Jul 2024 21:55:34 +0200 Subject: [PATCH] replaced gtsm with tpxo opendap source, to avoid testcase failure (#885) --- tests/test_interpolate_grid2bnd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_interpolate_grid2bnd.py b/tests/test_interpolate_grid2bnd.py index 8c5826423..e9113d028 100644 --- a/tests/test_interpolate_grid2bnd.py +++ b/tests/test_interpolate_grid2bnd.py @@ -454,7 +454,7 @@ def test_interpolate_tide_to_forcingmodel(): Furthermore, it runs on Github since it does not depend on local data """ - tidemodel = 'GTSMv4.1_opendap' + tidemodel = 'tpxo80_opendap' component_list = ['M2'] gdf_points = data_dcsm_gdf()