Skip to content

Commit

Permalink
ENH: correct values for rtkhilbertfiltertest
Browse files Browse the repository at this point in the history
  • Loading branch information
acoussat authored and SimonRit committed Oct 23, 2024
1 parent e3c4114 commit 1d7da6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rtkhilbertfiltertest.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ main(int, char **)

TRY_AND_EXIT_ON_ITK_EXCEPTION(hilbert->Update());

CheckImageQuality<OutputImageType>(hilbert->GetOutput(), analyticHilbertSignal, .1, 1., 1.);
CheckImageQuality<OutputImageType>(hilbert->GetOutput(), analyticHilbertSignal, .035, 27.3, 0.96);

std::cout << "\n\nTest PASSED! " << std::endl;
return EXIT_SUCCESS;
Expand Down

0 comments on commit 1d7da6e

Please sign in to comment.