Skip to content

Commit b3911d6

Browse files
Merge branch 'NeuralEnsemble:master' into master
2 parents 088580f + f05b92f commit b3911d6

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)