Skip to content

Commit

Permalink
Update test_latest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alcoat authored Jul 21, 2024
1 parent eca457e commit fdd89d8
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 @@ -6,6 +6,6 @@


def test_HerbieWait():
run = pd.Timestamp("now", tz="utc").replace(tzinfo=None).floor("1h")
run = pd.Timestamp("now", tz="utc").replace(tzinfo=None).ceil("1h")
with pytest.raises(TimeoutError):
H = HerbieWait(run, model="hrrr", wait_for="5s", check_interval="1s", fxx=0)

0 comments on commit fdd89d8

Please sign in to comment.