Skip to content

Commit

Permalink
Update test_si.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvonk committed Mar 13, 2024
1 parent ec46452 commit b4f2bf4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_si.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ def test_sgi(head: Series) -> None:
sgi(head, fit_freq="ME")


def test_sffi(prec: Series) -> None:
sf = prec.rolling("30D", min_periods=30).sum().dropna()
ssfi(sf)
def test_sffi_timescale(prec: Series) -> None:
ssfi(prec, timescale=30)


def test_window(prec: Series, evap: Series) -> None:
Expand Down

0 comments on commit b4f2bf4

Please sign in to comment.