We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47bd7c commit 6207126Copy full SHA for 6207126
src/trodes_to_nwb/convert_ephys.py
@@ -147,7 +147,7 @@ def __init__(
147
iterator_loc = len(iterator_size) - i - 1
148
# calculate systime regression on full epoch, parameters stored and inherited by partial iterators
149
if self.neo_io[iterator_loc].sysClock_byte:
150
- self.neo_io[iterator_loc].get_regressed_systime(0, None)
+ self.neo_io[iterator_loc].get_regressed_systime(0, None)
151
while j < size:
152
sub_iterators.append(
153
SpikeGadgetsRawIOPartial(
0 commit comments