Skip to content

Commit

Permalink
Update typehint sfreq
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Kern <[email protected]>
  • Loading branch information
joseph-pq and skjerns authored Nov 9, 2024
1 parent ee5152e commit 67ab140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyedflib/highlevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ def write_edf(
def write_edf_quick(
edf_file: str,
signals: np.ndarray,
sfreq: int,
sfreq: Union[float, int],
digital: bool = False,
) -> bool:
"""
Expand Down

0 comments on commit 67ab140

Please sign in to comment.