Skip to content

Commit

Permalink
minimized diff
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 25, 2024
1 parent 43665a3 commit e00b37d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion kenmerkendewaarden/gemiddeldgetij.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ def calc_gemiddeldgetij(
The minimal required coverage of the df_ext timeseries. Passed on to
`calc_havengetallen()`. The default is None.
freq : str, optional
Frequency of the prediction, a value of 60 seconds or lower is adivisable for decent results. The default is "60sec".
Frequency of the prediction, a value of 60 seconds or lower is adivisable for
decent results. The default is "60sec".
nb : int, optional
Amount of periods to repeat backward. The default is 0.
nf : int, optional
Expand Down
1 change: 0 additions & 1 deletion kenmerkendewaarden/havengetallen.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def calc_havengetallen(
and the expected amount of high waters in the series. Note that the expected
amount is not an exact extimate, so min_coverage=1 will probably result in nans
even though all extremes are present. The default is None.
This keyword is also passed to calc_slotgemiddelden().
moonculm_offset : int, optional
Offset between moonculmination and extremes. Passed on to `calc_HWLW_moonculm_combi`.
The default is 4, which corresponds to a 2-day offset, which is applicable to the Dutch coast.
Expand Down

0 comments on commit e00b37d

Please sign in to comment.