From a86f9b9730da0d5490e3c8c0ccd299709b3b79fa Mon Sep 17 00:00:00 2001 From: Thomas Samuel Binns Date: Tue, 10 Sep 2024 15:56:22 +0200 Subject: [PATCH] Fix spec_conn_time docstring error --- mne_connectivity/spectral/time.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mne_connectivity/spectral/time.py b/mne_connectivity/spectral/time.py index ac3b67f0..0b944d77 100644 --- a/mne_connectivity/spectral/time.py +++ b/mne_connectivity/spectral/time.py @@ -121,8 +121,8 @@ def spectral_connectivity_time( connections between all channels are computed, unless a Granger causality method is called, in which case an error is raised. sfreq : float - The sampling frequency. Required if data is not - :class:`Epochs `. + The sampling frequency. Required if `data` is not an :class:`~mne.Epochs` or + :class:`~mne.time_frequency.EpochsTFR` object. fmin : float | tuple of float | None The lower frequency of interest. Multiple bands are defined using a tuple, e.g., ``(8., 20.)`` for two bands with 8 Hz and 20 Hz lower