You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=========================== short test summary info ============================
FAILED mne_ari/tests/test_ari.py::test_ari - TypeError: _cluster_indices_to_mask() missing 1 required positional argument: 'slice_out'
=================== 1 failed, 2 passed in 158.83s (0:02:38) ====================
The slice_out argument was added to _cluster_indices_to_mask in MNE (pull #12609).
In any event, I hope to fix this for a minor release soon, but in the meantime I believe this should only effect users with MNE versions greater than 1.6.
The text was updated successfully, but these errors were encountered:
john-veillette
changed the title
all_resolutions_inference function broken with MNE versions
all_resolutions_inference function broken with newer MNE versions
Feb 7, 2025
Unit tests are currently failing with:
The
slice_out
argument was added to_cluster_indices_to_mask
in MNE (pull #12609).In any event, I hope to fix this for a minor release soon, but in the meantime I believe this should only effect users with MNE versions greater than 1.6.
The text was updated successfully, but these errors were encountered: