Skip to content

Commit 3052ff2

Browse files
committed
another missing bit from doctest
1 parent 604ab34 commit 3052ff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mne_bids/read.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,7 @@ def events_file_to_annotation_kwargs(events_fname: str | Path) -> dict:
604604
>>>
605605
>>> # Read the events file using the function
606606
>>> events_dict = events_file_to_annotation_kwargs(events_file)
607+
Reading events from /tmp/events.tsv.
607608
>>> events_dict
608609
{'onset': array([0.1, 0.2, 0.3]),
609610
'duration': array([0.1, 0.1, 0.1]),

0 commit comments

Comments
 (0)