Skip to content

Commit

Permalink
h --> H
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Oct 20, 2024
1 parent 7bd9989 commit 5ef6d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/select/test_select_time_slice.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import pytest


NWP_FREQ = pd.Timedelta("3H")
NWP_FREQ = pd.Timedelta("3h")

@pytest.fixture(scope="module")
def da_sat_like():
Expand Down Expand Up @@ -175,7 +175,7 @@ def test_select_time_slice_nwp_with_dropout(da_nwp_like, dropout_hours):
forecast_duration = pd.Timedelta("6h")
history_duration = pd.Timedelta("3h")
freq = pd.Timedelta("1h")
dropout_timedelta = pd.Timedelta(f"-{dropout_hours}H")
dropout_timedelta = pd.Timedelta(f"-{dropout_hours}h")

da_slice = select_time_slice_nwp(
da_nwp_like,
Expand Down

0 comments on commit 5ef6d2d

Please sign in to comment.