Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbray32 committed May 8, 2024
1 parent f47bd7c commit 6207126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trodes_to_nwb/convert_ephys.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def __init__(
iterator_loc = len(iterator_size) - i - 1
# calculate systime regression on full epoch, parameters stored and inherited by partial iterators
if self.neo_io[iterator_loc].sysClock_byte:
self.neo_io[iterator_loc].get_regressed_systime(0, None)
self.neo_io[iterator_loc].get_regressed_systime(0, None)

Check warning on line 150 in src/trodes_to_nwb/convert_ephys.py

View check run for this annotation

Codecov / codecov/patch

src/trodes_to_nwb/convert_ephys.py#L149-L150

Added lines #L149 - L150 were not covered by tests
while j < size:
sub_iterators.append(
SpikeGadgetsRawIOPartial(
Expand Down

0 comments on commit 6207126

Please sign in to comment.