Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Oct 2, 2024
1 parent d3a1477 commit fe8ac87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eo_tides/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,10 +648,11 @@ def model_tides(
directory = _set_directory(directory)

# Get full list of supported models from pyTMD database;
# add ensemble option to list of supported models
# add ensemble option to list of models
available_models, valid_models = list_models(
directory, show_available=False, show_supported=False, raise_error=True
)
available_models = available_models + ["ensemble"]
valid_models = valid_models + ["ensemble"]

# Error if any models are not supported
Expand Down

0 comments on commit fe8ac87

Please sign in to comment.