Skip to content

Commit

Permalink
Update pyedflib/edfreader.py
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 12, 2024
1 parent 3062dcf commit 30c2067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyedflib/edfreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ def getDigitalMaximum(self, chn: Optional[int] = None) -> Union[int, np.ndarray]
digMax[i] = self.digital_max(i)
return digMax

def getDigitalMinimum(self, chn: Optional[int] = None):
def getDigitalMinimum(self, chn: Optional[int] = None) -> Union[int, np.ndarray]:
"""
Returns the minimum digital value of signal edfsignal.
Expand Down

0 comments on commit 30c2067

Please sign in to comment.