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 f59d18f commit 8d77af2Copy full SHA for 8d77af2
neo/rawio/spikegadgetsrawio.py
@@ -124,8 +124,6 @@ def _parse_header(self):
124
hconf = root.find("HardwareConfiguration")
125
sconf = root.find("SpikeConfiguration")
126
127
- # store trode version in case there are version changes in the future
128
- 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