Skip to content

Commit 83f7bdb

Browse files
committed
typo, terrible shameful typo
1 parent 5b3e75d commit 83f7bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/plexonrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def _parse_header(self):
255255
0.5 * (2 ** global_header["BitsPerSpikeSample"]) * h["Gain"] * h["PreampGain"]
256256
)
257257
offset = 0.0
258-
s tream_id = "0"
258+
stream_id = "0" # This is overwritten later
259259
sig_channels.append((name, str(chan_id), sampling_rate, sig_dtype, units, gain, offset, stream_id))
260260

261261
sig_channels = np.array(sig_channels, dtype=_signal_channel_dtype)

0 commit comments

Comments
 (0)