Skip to content

Commit

Permalink
fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Jun 14, 2024
1 parent c3fb7b1 commit d7f8f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tidalindicators.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_calc_hat_lat_frommeasurements(df_meas):
@pytest.mark.unittest
def test_calc_hat_lat_frommeasurements_tooshortperiod(df_meas_2010_2014):
with pytest.raises(ValueError) as e:
hat, lat = kw.calc_hat_lat_frommeasurements(df_meas_2010_2014)
kw.calc_hat_lat_frommeasurements(df_meas_2010_2014)
assert "please provide a timeseries of 19 years instead of 5 years" in str(e.value)


Expand Down

0 comments on commit d7f8f5f

Please sign in to comment.