Skip to content

Commit

Permalink
attempted to resolve issue with HerbieWait test
Browse files Browse the repository at this point in the history
  • Loading branch information
karlwx committed Jul 25, 2024
1 parent 0d2357f commit 31fe039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_latest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
def test_HerbieWait():
run = pd.Timestamp("now", tz="utc").replace(tzinfo=None).floor("1h")
with pytest.raises(TimeoutError):
H = HerbieWait(run, model="hrrr", wait_for="5s", check_interval="1s", fxx=0)
H = HerbieWait(run, model="nam", wait_for="5s", check_interval="1s", fxx=0)

0 comments on commit 31fe039

Please sign in to comment.