Skip to content

Commit f05b92f

Browse files
authored
Merge pull request #1659 from alejoe91/fix-maxwell-io
Fix Maxwell IO
2 parents cbc5c07 + a65481e commit f05b92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/maxwellrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def _parse_header(self):
7878
signal_streams = []
7979
if int(version) == 20160704:
8080
self._old_format = True
81-
signal_streams.append(("well000", "well000"))
81+
signal_streams.append(("well000", "well000", "well000"))
8282
elif int(version) > 20160704:
8383
# multi stream stream (one well is one stream)
8484
self._old_format = False

0 commit comments

Comments
 (0)