Skip to content

Commit

Permalink
Update edfwriter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
skjerns authored Jun 26, 2024
1 parent 91728a2 commit 168ae65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyedflib/edfwriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def check_signal_header_correct(channels, i, file_type):
len(str(ch['physical_min'])),
str(ch['physical_min'])[:8]))
if len(str(ch['physical_max']))>8:
warnings.warn('Physical minimum for channel {} ({}) is {}, which has {} chars, '\
warnings.warn('Physical maximum for channel {} ({}) is {}, which has {} chars, '\
'however, EDF+ can only save 8 chars, will be truncated to {}, '\
'some loss of precision is to be expected.'.format(i, label,
ch['physical_max'],
Expand Down

0 comments on commit 168ae65

Please sign in to comment.