issues
search
openep
/
openep-py
Electrophysiology data analysis with Python.
GNU General Public License v3.0
11
stars
7
forks
source link
Fix internal names property of Landmarks
#203
Closed
p-j-smith
closed
2 years ago
p-j-smith
commented
2 years ago
Changes made:
Property was previously called
names
rather than
internal_names
. This overwrote the actual
names
property.
Also add a
__repr__
Changes made:
names
rather thaninternal_names
. This overwrote the actualnames
property.__repr__