Skip to content

Commit 7ed594b

Browse files
Update moabb/evaluations/base.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bru <b.aristimunha@gmail.com>
1 parent 7afd588 commit 7ed594b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

moabb/evaluations/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ class BaseEvaluation(ABC):
7070
Cut off time for the optuna search expressed in seconds, the default value is 15 minutes.
7171
Only used with optuna equal to True.
7272
verbose: bool, str, int, default=None
73-
If not None, override default verbose level (see :func:`mne.verbose`
74-
and :func:`mne.set_log_level` for more info).
73+
If not None, override the default MOABB logging level used by this evaluation
74+
(see :func:`moabb.utils.verbose` for more information on how this is handled).
7575
If used, it should be passed as a keyword-argument only.
7676
7777
Notes

0 commit comments

Comments
 (0)