Skip to content

Commit

Permalink
fix typo in run_src_batch (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
HQian96 authored Oct 10, 2024
1 parent 0bdb28c commit b7feaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osl/source_recon/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def run_src_batch(
if len(preproc_files_list) > 0:
preproc_files = preproc_files_list
elif len(epoch_files_list) > 0:
epoch_files = epochs_file_list
epoch_files = epoch_files_list

doing_coreg = (
any(["compute_surfaces" in method for method in config["source_recon"]]) or
Expand Down

0 comments on commit b7feaab

Please sign in to comment.