Skip to content

Commit

Permalink
Reordered arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohil8 committed Dec 29, 2024
1 parent 9eebff8 commit 369b131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osl_ephys/source_recon/wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ def compute_surfaces(
smri_file=smri_file,
subjects_dir=outdir,
subject=subject,
recompute_surfaces=recompute_surfaces,
include_nose=include_nose,
cleanup_files=cleanup_files,
recompute_surfaces=recompute_surfaces,
do_mri2mniaxes_xform=do_mri2mniaxes_xform,
use_qform=use_qform,
)
Expand Down

0 comments on commit 369b131

Please sign in to comment.