Skip to content

Commit cf2ff7e

Browse files
committed
flake8
1 parent 23c5494 commit cf2ff7e

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
@@ -759,7 +759,8 @@ def get_bout_edges(self, frame_times, collections=None, events=None, min_gap=1.,
759759
include = sorted(int(c.rsplit('_', 1)[-1]) for c in collections)
760760
edges = edges[include, :]
761761
elif edges.shape[0] < len(collections):
762-
raise ValueError(f'More raw imaging folders (={len(collections)}) than detected bouts (={edges.shape[0]})')
762+
raise ValueError(f'More raw imaging folders (={len(collections)}) \
763+
than detected bouts (={edges.shape[0]})')
763764

764765
if display:
765766
_, ax = plt.subplots(1)

0 commit comments

Comments
 (0)