Skip to content

Commit 4c8eaa1

Browse files
committed
FIX: Test
1 parent f996c05 commit 4c8eaa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mne/viz/ica.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def _plot_ica_properties(
285285
# epochs, so these are by necessity zero
286286
var_ax.scatter(
287287
dropped_indices,
288-
0,
288+
np.zeros(len(dropped_indices)),
289289
alpha=1.0,
290290
facecolor=[1, 0, 0],
291291
lw=0,

0 commit comments

Comments
 (0)