Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Jun 24, 2024
1 parent d974334 commit e43eaa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_tidalindicators.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def test_compute_expected_counts_twotimesteps(df_meas_2010_2014):
this testcase shows that compute_expected_counts succeeds for a year with only three timesteps
and it fails for a year with two timesteps.
"""
# TODO: the expected count for a year with three timesteps is incorrect. How to catch this?

# create datasets with a gap
df_meas_withgap_success = pd.concat([df_meas_2010_2014.loc[:"2012-01-01 00:10:00 +01:00"],
Expand Down

0 comments on commit e43eaa0

Please sign in to comment.