Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
kthyng committed Nov 11, 2024
1 parent 650e9a5 commit 1b9762c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_seed():
def test_set_start_time_ahead():
"""Test set start_time ahead when using start_time for local kerchunk file setup."""

m = ptm.OpenDriftModel(ocean_model="CIOFSOP")
m = ptm.OpenDriftModel(ocean_model="CIOFSOP", ocean_model_local=True)

# this causes the check
with pytest.raises(ValueError):
Expand Down

0 comments on commit 1b9762c

Please sign in to comment.