Skip to content

Commit

Permalink
Fixed link.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohil8 committed May 28, 2024
1 parent a927f63 commit 06547fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osl/source_recon/rhino/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def get_sform(nii_file):
else:
raise ValueError(
f"sform code for {nii_file} is {sformcode}, and needs to be 4 or 1.\n"
"To fix see: https://github.com/OHBA-analysis/osl/blob/main/examples/miscellaneous/fix_smri_files.py"
"To fix see: https://github.com/OHBA-analysis/osl/blob/main/examples/misc/fix_smri_files.py"
)

sform = Transform("mri_voxel", "mri", sform)
Expand Down

0 comments on commit 06547fc

Please sign in to comment.