Skip to content

Commit 8d77af2

Browse files
committed
not all files have trodes version
1 parent f59d18f commit 8d77af2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

neo/rawio/spikegadgetsrawio.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ def _parse_header(self):
124124
hconf = root.find("HardwareConfiguration")
125125
sconf = root.find("SpikeConfiguration")
126126

127-
# store trode version in case there are version changes in the future
128-
self._trode_version = gconf.attrib["trodesVersion"]
129127
self._sampling_rate = float(hconf.attrib["samplingRate"])
130128
num_ephy_channels = int(hconf.attrib["numChannels"])
131129

0 commit comments

Comments
 (0)