Skip to content

Commit

Permalink
Merge pull request InsightSoftwareConsortium#4230 from gdevenyi/fix-m…
Browse files Browse the repository at this point in the history
…inctransform-test

BUG: Fix incorrectly specified expected result in itkIOTransformMINCTest
  • Loading branch information
thewtex authored Sep 29, 2023
2 parents 82d7060 + 279ffc9 commit 4cacbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/IO/TransformMINC/test/itkIOTransformMINCTest.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ check_composite2(const char * transform_file, const char * transform_grid_file)
pnt[0] = 1.0;
pnt[1] = pnt[2] = 0.0;
// expected transform: shift by 1 , rotate by 45 deg
v2[0] = v[1] = sqrt(2);
v2[0] = v2[1] = sqrt(2);
v2[2] = 0.0;

v = _xfm->TransformPoint(pnt);
Expand Down

0 comments on commit 4cacbd5

Please sign in to comment.