Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jul 6, 2023
1 parent 3a9caae commit 3cb31aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/rawio/spikegadgetsrawio.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def _parse_header(self):
signal_streams.append((stream_name, stream_id))
self._mask_channels_bytes[stream_id] = []

channel_ids = self._produce_channel_ids(num_ephy_channels, num_chan_per_chip)
channel_ids = self._produce_ephys_channel_ids(num_ephy_channels, num_chan_per_chip)

chan_ind = 0
for trode in sconf:
Expand Down

0 comments on commit 3cb31aa

Please sign in to comment.