Skip to content

Commit

Permalink
conform to pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
sbuergers committed Apr 21, 2021
1 parent 366be67 commit 40f5d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/rawio/axonarawio.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def _get_signal_chan_header(self):
for ielec in range(elec_per_tetrode):

cntr = (itetr * elec_per_tetrode) + ielec
ch_name = '{}{}'.format(itetr+1, letters[ielec])
ch_name = '{}{}'.format(itetr + 1, letters[ielec])
chan_id = str(cntr)
gain = gain_list[cntr]
stream_id = '0'
Expand Down

0 comments on commit 40f5d0d

Please sign in to comment.