We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c27730 commit f59d18fCopy full SHA for f59d18f
neo/rawio/spikegadgetsrawio.py
@@ -125,7 +125,7 @@ def _parse_header(self):
125
sconf = root.find("SpikeConfiguration")
126
127
# store trode version in case there are version changes in the future
128
- self._trode_version = gconf["trodesVersion"]
+ self._trode_version = gconf.attrib["trodesVersion"]
129
self._sampling_rate = float(hconf.attrib["samplingRate"])
130
num_ephy_channels = int(hconf.attrib["numChannels"])
131
0 commit comments