Skip to content

Commit

Permalink
fix: update mri_segment test cmd line args
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoopes committed Apr 21, 2021
1 parent ec2c723 commit 96be35f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mri_segment/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
source "$(dirname $0)/../test.sh"

test_command mri_segment mri/brainmask.mgz wm_segment_out.mgz -wlo 80
compare_vol wm_segment_out.mgz wm_segment_ref.mgz
test_command mri_segment mri/brainmask.mgz wm_segment_out.mgz
compare_vol wm_segment_out.mgz wm_segment_ref.mgz

0 comments on commit 96be35f

Please sign in to comment.