We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb864d commit f46f0a5Copy full SHA for f46f0a5
mne_bids/read.py
@@ -717,7 +717,7 @@ def _handle_events_reading(events_fname, raw):
717
warn(
718
"The version of MNE-Python you are using (<1.10) "
719
"does not support the extras argument in mne.Annotations. "
720
- f"The extra columns ({annotations_info['extras'][0].keys()}) "
+ f"The extra column(s) {list(annotations_info['extras'][0].keys())} "
721
"will be ignored."
722
)
723
annot_from_events = mne.Annotations(
0 commit comments