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 088580f + f05b92f commit b3911d6Copy full SHA for b3911d6
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