Skip to content

Commit a68e8ec

Browse files
committed
FIX: break long line to pass ruff linting
1 parent dda5c4c commit a68e8ec

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

mne/stats/cluster_level.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -909,8 +909,10 @@ def _permutation_cluster_test(
909909
Note. X is required to be a list. Depending on the length of X
910910
either a 1 sample t-test or an F test / more sample permutation scheme
911911
is elicited.
912-
Note: By default, the minimum number of neighboring points (e.g., channels)
913-
required to form a cluster is 0. This means a single significant point can technically
912+
Note: By default, the minimum number of
913+
neighboring points (e.g., channels)
914+
required to form a cluster is 0. This means a
915+
single significant point can technically
914916
constitute a cluster.
915917
"""
916918
_check_option("out_type", out_type, ["mask", "indices"])

0 commit comments

Comments
 (0)