Skip to content

Commit

Permalink
another test script update
Browse files Browse the repository at this point in the history
  • Loading branch information
buildqa committed Oct 30, 2020
1 parent 36f3df7 commit 0a392a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AntsDenoiseImageFs/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
source "$(dirname $0)/../test.sh"

test_command ../mri_convert/mri_convert -ds 6 6 6 -i T1.mgz -o T1_downsample.mgz && AntsDenoiseImageFs -i T1_downsample.mgz -o T1.out.mgz
test_command ../../mri_convert/mri_convert -ds 6 6 6 -i T1.mgz -o T1_downsample.mgz && AntsDenoiseImageFs -i T1_downsample.mgz -o T1.out.mgz
compare_vol T1.ref.mgz T1.out.mgz

2 changes: 1 addition & 1 deletion AntsN4BiasFieldCorrectionFs/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
source "$(dirname $0)/../test.sh"

test_command ../mri_convert/mri_convert -ds 6 6 6 -i T1.mgz -o T1_downsample.mgz && AntsN4BiasFieldCorrectionFs -i T1_downsample.mgz -o T1.out.mgz
test_command ../../mri_convert/mri_convert -ds 6 6 6 -i T1.mgz -o T1_downsample.mgz && AntsN4BiasFieldCorrectionFs -i T1_downsample.mgz -o T1.out.mgz
compare_vol T1.ref.mgz T1.out.mgz

0 comments on commit 0a392a2

Please sign in to comment.