Skip to content

Commit

Permalink
Update compute.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutterley committed Sep 17, 2024
1 parent 83c4dcf commit f16e02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyTMD/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f16e02e

Please sign in to comment.