Skip to content

Commit

Permalink
Fix setup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Oct 23, 2024
1 parent 7acef12 commit df217e0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,15 +237,15 @@ available_models, supported_models = list_models(directory="tide_models/")
This will print out a useful summary, with available models marked with a ✅:

```
─────────────────────────────────────────────────────────────────────────────
──────────────────────────────────────────────────────────
󠀠🌊 | Model | Expected path
─────────────────────────────────────────────────────────────────────────────
✅ │ EOT20 │ tests/data/tide_models_tests/EOT20/ocean_tides
❌ │ FES2014 │ tests/data/tide_models_tests/fes2014/ocean_tide
✅ │ HAMTIDE11 │ tests/data/tide_models_tests/hamtide
❌ │ TPXO9.1 │ tests/data/tide_models_tests/TPXO9.1/DATA
──────────────────────────────────────────────────────────
✅ │ EOT20 │ tide_models/EOT20/ocean_tides
❌ │ FES2014 │ tide_models/fes2014/ocean_tide
✅ │ HAMTIDE11 │ tide_models/hamtide
❌ │ TPXO9.1 │ tide_models/TPXO9.1/DATA
... ... ...
─────────────────────────────────────────────────────────────────────────────
──────────────────────────────────────────────────────────
Summary:
Available models: 2/50
Expand Down

0 comments on commit df217e0

Please sign in to comment.