From 424f5759b3d744397de2a0a1ec0ee8a3bddfddd7 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Tue, 6 Aug 2024 09:30:44 +0200 Subject: [PATCH] fix docs --- mne_bids/write.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mne_bids/write.py b/mne_bids/write.py index 7643f1f27..8be8a686f 100644 --- a/mne_bids/write.py +++ b/mne_bids/write.py @@ -292,7 +292,7 @@ def _events_tsv( trial_type : dict | None Dictionary mapping a brief description key to an event id (value). For example {'Go': 1, 'No Go': 2}. - event_metadata : pd.DataFrame | None + event_metadata : pandas.DataFrame | None Additional metadata to be stored in the events.tsv file. Must have one row per event. overwrite : bool @@ -1501,7 +1501,7 @@ def write_raw_bids( contains :class:`~mne.Annotations`, you can use this parameter to assign event codes to each unique annotation description (mapping from description to event code). - event_metadata : pd.DataFrame | None + event_metadata : pandas.DataFrame | None Metadata for each event in ``events``. Each row corresponds to an event. extra_columns_descriptions : dict | None A dictionary that maps column names of the ``event_metadata`` to descriptions.