Skip to content

Commit

Permalink
Update arguments.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutterley authored Oct 29, 2024
1 parent 4d4f082 commit 774f35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyTMD/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def minor_arguments(
return (u, f, arg)

# JSON file of Doodson coefficients
_coefficients_table = get_data_path(['data','coefficients.json'])
_coefficients_table = get_data_path(['data','doodson.json'])

def coefficients_table(
constituents: list | tuple | np.ndarray | str,
Expand Down

0 comments on commit 774f35c

Please sign in to comment.