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

Change calls to _tfr_from_mt with support for ndarrays #286

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tsbinns
Copy link
Collaborator

@tsbinns tsbinns commented Feb 10, 2025

Fixes #285.

_tfr_from_mt now supports ndarray after mne-tools/mne-python#13104. Means we can avoid looping over epochs dimensions when passing in data.

Also fixes a bug from #232 where _tfr_from_mt would be imported even when not required, making everything incompatible with MNE<1.10. Now it is only imported when required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change calls to _tfr_from_mt with support for ndarrays
1 participant