Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all_resolutions_inference function broken with newer MNE versions #8

Open
john-veillette opened this issue Feb 7, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@john-veillette
Copy link
Owner

Unit tests are currently failing with:

=========================== 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.

@john-veillette john-veillette added the bug Something isn't working label Feb 7, 2025
@john-veillette 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant