Skip to content

Commit 60677d8

Browse files
committed
DOC: move notes to correct section
1 parent bad37de commit 60677d8

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

mne/stats/cluster_level.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,14 +1239,14 @@ def permutation_cluster_test(
12391239
Notes
12401240
-----
12411241
%(threshold_clust_f_notes)s
1242-
1243-
References
1244-
----------
1245-
.. footbibliography::
12461242
Note: By default, the minimum number of neighboring
12471243
points (e.g., channels) required to form a cluster is 0.
12481244
This means a single significant point can
12491245
technically constitute a cluster.
1246+
1247+
References
1248+
----------
1249+
.. footbibliography::
12501250
"""
12511251
stat_fun, threshold = _check_fun(X, stat_fun, threshold, tail, "between")
12521252
return _permutation_cluster_test(
@@ -1543,14 +1543,14 @@ def spatio_temporal_cluster_test(
15431543
Notes
15441544
-----
15451545
%(threshold_clust_f_notes)s
1546-
1547-
References
1548-
----------
1549-
.. footbibliography::
15501546
Note: By default, the minimum number of neighboring
15511547
points (e.g., channels) required to form a cluster is 0.
15521548
This means a single significant point can
15531549
technically constitute a cluster.
1550+
1551+
References
1552+
----------
1553+
.. footbibliography::
15541554
"""
15551555
# convert spatial_exclude before passing on if necessary
15561556
if spatial_exclude is not None:

0 commit comments

Comments
 (0)