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

ENH: Better event count rep and noise_cov_method #854

Merged
merged 3 commits into from
Feb 16, 2024

Conversation

larsoner
Copy link
Member

Before merging …

  • Changelog has been updated (docs/source/changes.md)

Closes #846

Alongside mne-tools/mne-bids#1227 and mne-tools/mne-python#12447 produces for example:

main PR
Screenshot from 2024-02-16 16-20-29 Screenshot from 2024-02-16 16-30-59

It's more impressive on other examples but you can at least see that it turns it into a datatable and also fixes the overflow.

Also:

  • Snuck in a noise_cov_method = "shrunk" option, too. It's useful when debugging to set this to empirical for example for speed.
  • Added a --pdb alias for --debug to mirror the pytest option by the same name (I mistakenly use --pdb a lot and I don't think there's any issue with having an alias)

@hoechenberger hoechenberger merged commit 5d4e3c3 into mne-tools:main Feb 16, 2024
52 checks passed
@hoechenberger
Copy link
Member

Thank you, very nice indeed

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.

ENH: Improve table formatting of events
3 participants