Skip to content

Commit 60fe20c

Browse files
committed
remove commenting
1 parent e26d3ab commit 60fe20c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

mne_bids_pipeline/steps/preprocessing/_08a_apply_ica.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,6 @@ def get_input_fnames_apply_ica_raw(
9292
run: str,
9393
task: str | None,
9494
) -> InFilesT:
95-
# this loads the raw file for filtered data; undesired if we did eyelink_sync or any other step inbetween
96-
# in_files = _get_run_rest_noise_path(
97-
# cfg=cfg,
98-
# subject=subject,
99-
# session=session,
100-
# run=run,
101-
# task=task,
102-
# kind="filt",
103-
# mf_reference_run=cfg.mf_reference_run,
104-
# )
105-
# do this instead
10695
bids_basename = BIDSPath(
10796
subject=subject,
10897
session=session,

0 commit comments

Comments
 (0)