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

MAINT: Update documentation and logging #155

Merged
merged 4 commits into from
Jan 18, 2024
Merged

MAINT: Update documentation and logging #155

merged 4 commits into from
Jan 18, 2024

Conversation

scott-huberty
Copy link
Member

  • Nice new landing page
  • Added covenience makefile commands
  • improved logging of flagged epochs

- Nice new landing page
- Added covenience makefile commands
- improved logging of flagged epochs
We already throw an error if the user has mne iclabel version less than .5, so added a pin for minimum version of .5 in the requirements file. MNE is also throwing a future warnign for an API kwarg change in epochs.get_data, where the current default copy=False is changing to copy=True. See mne-tools/mne-python#12121 . I'm a little worried about the additional copies we will incur every single time that we call that method, but I dont have a strong reason to stray from what MNE believes is a bug fix so lets go with it and see how it plays.
- This should resolve the core issue of the runner not being able to find the most up to date
mne_iclabel wheel.
Since MNE iclabel 0.5, torch is NOT installed by default.
@scott-huberty scott-huberty merged commit c84108c into lina-usc:main Jan 18, 2024
2 of 3 checks passed
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.

1 participant