Skip to content

Commit 61d5bad

Browse files
committed
flake again
1 parent 4eb749b commit 61d5bad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ibllib/io/extractors/mesoscope.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,8 @@ def _extract(self, sync=None, chmap=None, device_collection='raw_imaging_data',
673673
assert len(fov_time_shifts) == self.n_FOVs, f'unexpected number of FOVs for {collection}'
674674
ts = frame_times[np.logical_and(frame_times >= tmin, frame_times <= tmax)]
675675
assert ts.size >= imaging_data[
676-
'times_scanImage'].size, f"fewer DAQ timestamps for {collection} than expected: DAQ/frames = {ts.size}/{imaging_data['times_scanImage'].size}"
676+
'times_scanImage'].size, (f"fewer DAQ timestamps for {collection} than expected: "
677+
f"DAQ/frames = {ts.size}/{imaging_data['times_scanImage'].size}")
677678
if ts.size > imaging_data['times_scanImage'].size:
678679
_logger.warning(
679680
'More DAQ frame times detected for %s than were found in the raw image data.\n'

0 commit comments

Comments
 (0)