Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
rwijtvliet committed May 22, 2024
1 parent 04a123b commit 98b12ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tools/test_peakfn.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def test_peakduration_longfreqs(
expected_p = pd.Series([float(p)], i, dtype="pint[h]", name="duration")
expected_o = expected_b - expected_p

result_b = tools.peakfn.base_duration(i)
result_b = tools.duration.index(i)
result_p = tools.peakfn.peak_duration(i, f_germanpower)
result_o = tools.peakfn.offpeak_duration(i, f_germanpower)

Expand Down

0 comments on commit 98b12ef

Please sign in to comment.