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 8888c13 commit 775ec80Copy full SHA for 775ec80
1 file changed
mne/source_estimate.py
@@ -3757,6 +3757,7 @@ def _gen_extract_label_time_course(
3757
label_tc[i] = func(flip, this_data, max_channels)
3758
else:
3759
label_tc[i] = func(flip, this_data)
3760
+ logger.debug(f"Done with label {i}")
3761
if mode is not None:
3762
offset = nvert[:-n_mean].sum() # effectively :2 or :0
3763
for i, nv in enumerate(nvert[2:]):
0 commit comments