From f16e02efd7b0256c345bc13146b429832615d59a Mon Sep 17 00:00:00 2001 From: tsutterley Date: Tue, 17 Sep 2024 13:56:05 -0700 Subject: [PATCH] Update compute.py --- pyTMD/compute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyTMD/compute.py b/pyTMD/compute.py index 99aa73b..9beb6b5 100644 --- a/pyTMD/compute.py +++ b/pyTMD/compute.py @@ -1264,7 +1264,7 @@ def SET_displacements( # validate input arguments assert TIME.lower() in ('gps', 'loran', 'tai', 'utc', 'datetime') assert TIDE_SYSTEM.lower() in ('mean_tide', 'tide_free') - assert EPHEMERIDES.lower() in ('approximate', 'JPL') + assert EPHEMERIDES.lower() in ('approximate', 'jpl') # determine input data type based on variable dimensions if not TYPE: TYPE = pyTMD.spatial.data_type(x, y, delta_time)