Skip to content

Commit f059622

Browse files
committed
Match comment and docstring
1 parent d3f94ec commit f059622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mne/decoding/search_light.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ def _gl_score(estimators, scoring, X, y, pb):
793793
# Use the provided response method, or pick the first one supported
794794
# by the estimator
795795
# Collapse the last dimension into the sample dimension:
796-
# (n_trials, ..., n_times) -> (n_trials * n_times, ...)
796+
# (n_sample, ..., n_iter) -> (n_sample * n_iter, ...)
797797
X_stack = np.moveaxis(X, -1, 1)
798798
X_stack = X_stack.reshape(n_sample * n_iter, *X_stack.shape[2:])
799799

0 commit comments

Comments
 (0)