Skip to content

Commit 775ec80

Browse files
committed
Logging
1 parent 8888c13 commit 775ec80

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mne/source_estimate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3757,6 +3757,7 @@ def _gen_extract_label_time_course(
37573757
label_tc[i] = func(flip, this_data, max_channels)
37583758
else:
37593759
label_tc[i] = func(flip, this_data)
3760+
logger.debug(f"Done with label {i}")
37603761
if mode is not None:
37613762
offset = nvert[:-n_mean].sum() # effectively :2 or :0
37623763
for i, nv in enumerate(nvert[2:]):

0 commit comments

Comments
 (0)