MRG: Add epochs metadata summary to HTML representation#12686
Merged
larsoner merged 3 commits intomne-tools:mainfrom Jun 29, 2024
Merged
MRG: Add epochs metadata summary to HTML representation#12686larsoner merged 3 commits intomne-tools:mainfrom
larsoner merged 3 commits intomne-tools:mainfrom
Conversation
hoechenberger
commented
Jun 26, 2024
Comment on lines
+11
to
+12
| <tr class="repr-section-header {{ section_class_name }}" {% if collapsed %} title="Show section" {% else %} | ||
| title="Hide section" {% endif %} onclick="toggleVisibility('{{ section_class_name }}')"> |
Member
Author
There was a problem hiding this comment.
Autoformatter did that … not related to the new feature
hoechenberger
commented
Jun 26, 2024
| # groups. | ||
|
|
||
| epochs.metadata["NumberOfLetters"] = epochs.metadata["NumberOfLetters"].map(int) | ||
|
|
Member
Author
There was a problem hiding this comment.
touched it for rendering
Member
Member
|
Thanks @hoechenberger ! |
larsoner
added a commit
to scott-huberty/mne-python
that referenced
this pull request
Jul 16, 2024
* upstream/main: (252 commits) Disable the "Back to top" button in the documentation (mne-tools#12688) DOC: match_channel_orders works on Epochs and Evoked, too (mne-tools#12699) Scale points and labels in montage plot (mne-tools#12703) Add license header to mne.stats.erp (mne-tools#12712) Update license year to 2024 (mne-tools#12713) Add standardized measurement error (SME) (mne-tools#12707) ENH: Parallel example execution in doc build (mne-tools#12708) MAINT: Update PR template (mne-tools#12692) MAINT: Fix doc build (mne-tools#12706) [pre-commit.ci] pre-commit autoupdate (mne-tools#12702) Improve documentation of ylim argument through Evoked plotting function (mne-tools#12697) [pre-commit.ci] pre-commit autoupdate (mne-tools#12696) BUG: Fix bug with CSP rank="full" (mne-tools#12694) MRG: Add epochs metadata summary to HTML representation (mne-tools#12686) Correct `Epochs.apply_function` docstring (mne-tools#12691) FIX: Gracefully handle missing datetime in Eyelink File (mne-tools#12687) MAINT: Restore SciPy pre (mne-tools#12689) Enh single channel annotation (mne-tools#12669) [pre-commit.ci] pre-commit autoupdate (mne-tools#12682) Bump autofix-ci/action from 1.2 to 1.3 in the actions group (mne-tools#12681) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds a new row to the
EpochsHTML repr table, stating whether metadata is present; and if yes, how many rows and columns.