Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelleChapuis committed Sep 15, 2023
1 parent 49dd57b commit 55d877d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibllib/io/extractors/ephys_passive.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def _get_passive_spacers(session_path, sync_collection='raw_ephys_data',
f'trace ({int(np.size(spacer_times) / 2)})'
)

if tmax is None:
if tmax is None: # TODO THIS NEEDS CHANGING AS FOR DYNAMIC PIPELINE F2TTL slower than valve
tmax = fttl['times'][-1]

spacer_times = np.r_[spacer_times.flatten(), tmax]
Expand Down

0 comments on commit 55d877d

Please sign in to comment.