Skip to content

Commit

Permalink
small changes in helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Pelaez-Zapata committed Aug 9, 2024
1 parent 4c4df41 commit a80529e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ewdm/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ def get_sampling_frequency(time: xr.DataArray, precision: int = 3) -> float:
Args:
time (xr.DataArray): Time data array.
precision (int, optional): Number of decimal places to round to. Defaults to 3.
precision (int, optional): Number of decimal places to round to.
Defaults to 3.
Returns:
float: Estimated sampling frequency.
Expand Down

0 comments on commit a80529e

Please sign in to comment.