Skip to content

Commit

Permalink
Fix the parameter in the test for unigradicon-jacobian command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lin Tian committed Nov 20, 2024
1 parent 7b29013 commit 838d7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_readme_works.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
--transform=trans.hdf5 --warped_moving_out=warped_2_C01_1.nrrd --nearest_neighbor
unigradicon-warp --fixed=RegLib_C01_2.nrrd --moving=RegLib_C01_1_foreground_mask.nii.gz \
--transform=trans.hdf5 --warped_moving_out=warped_2_C01_1.nrrd --nearest_neighbor
unigradicon-jacobian --fixed=RegLib_C01_2.nrrd --transform=trans.hdf5 --jacobian_out=jacobian.nii.gz
unigradicon-jacobian --fixed=RegLib_C01_2.nrrd --transform=trans.hdf5 --jacob=jacobian.nii.gz

0 comments on commit 838d7e6

Please sign in to comment.