Skip to content

Commit 8f0c018

Browse files
committed
Added a TODO to start implementation of HED support in annotations
1 parent 176f64f commit 8f0c018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mne/annotations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,7 @@ def rename(self, mapping, verbose=None):
757757
self.description = np.array([str(mapping.get(d, d)) for d in self.description])
758758
return self
759759

760+
# TODO: Add support for HED annotations for use in epoching.
760761

761762
class EpochAnnotationsMixin:
762763
"""Mixin class for Annotations in Epochs."""

0 commit comments

Comments
 (0)