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.
2 parents cbc5c07 + a65481e commit f05b92fCopy full SHA for f05b92f
neo/rawio/maxwellrawio.py
@@ -78,7 +78,7 @@ def _parse_header(self):
78
signal_streams = []
79
if int(version) == 20160704:
80
self._old_format = True
81
- signal_streams.append(("well000", "well000"))
+ signal_streams.append(("well000", "well000", "well000"))
82
elif int(version) > 20160704:
83
# multi stream stream (one well is one stream)
84
self._old_format = False
0 commit comments