Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mscaudill/openseize
Browse files Browse the repository at this point in the history
merging changes that make openseize compatible with numpy > 2.0
  • Loading branch information
mscaudill committed Dec 6, 2024
2 parents 3f03838 + 6bb1613 commit f5a75f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openseize/file_io/edf.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ def _read_array(self,
def read(self,
start: int,
stop: Optional[int] = None,
padvalue: float = np.NaN
padvalue: float = np.nan
) -> npt.NDArray[np.float64]:
"""Reads samples from this EDF from this Reader's channels.
Expand Down

0 comments on commit f5a75f2

Please sign in to comment.