Skip to content

Commit 016cc89

Browse files
1himannordme
andauthored
Update mne/stats/permutations.py
Co-authored-by: Erica R Peterson <38704848+nordme@users.noreply.github.com>
1 parent c55a5f3 commit 016cc89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mne/stats/permutations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def permutation_t_test(
7777
"""
7878
from .cluster_level import _get_1samp_orders
7979

80-
_check_if_nan(X)
80+
_check_if_nan(X, msg="in the data array for permutations testing")
8181
n_samples, n_tests = X.shape
8282
X2 = np.mean(X**2, axis=0) # precompute moments
8383
mu0 = np.mean(X, axis=0)

0 commit comments

Comments
 (0)