Skip to content

Commit 64876af

Browse files
Update neo/rawio/neuralynxrawio/neuralynxrawio.py
Co-authored-by: Garcia Samuel <[email protected]>
1 parent f98554c commit 64876af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

neo/rawio/neuralynxrawio/neuralynxrawio.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ def _parse_header(self):
207207
if info.get('input_inverted', False):
208208
gain *= -1
209209
offset = 0.
210-
stream_id = stream_id
211210
signal_channels.append((chan_name, str(chan_id), info['sampling_rate'],
212211
'int16', units, gain, offset, stream_id))
213212
self.ncs_filenames[chan_uid] = filename

0 commit comments

Comments
 (0)