Skip to content

Commit

Permalink
FIX: 3104
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Feb 24, 2024
1 parent c06c0cd commit e5db511
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mne_bids_pipeline/steps/source/_02_make_bem_solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ def make_bem_solution(
mne.write_bem_surfaces(out_files["model"], bem_model, overwrite=True)
mne.write_bem_solution(out_files["sol"], bem_sol, overwrite=True)
return _prep_out_files(
exec_params=exec_params, out_files=out_files, check_relative=cfg.fs_subjects_dir
exec_params=exec_params,
out_files=out_files,
check_relative=cfg.fs_subjects_dir,
bids_only=False,
)


Expand Down

0 comments on commit e5db511

Please sign in to comment.