Skip to content
Snippets Groups Projects
Commit 45bbb5a8 authored by BIOPZ-Haas Juergen's avatar BIOPZ-Haas Juergen
Browse files

fixing img alg unit test

parent cdb51fbf
No related branches found
No related tags found
No related merge requests found
...@@ -49,8 +49,8 @@ void test() { ...@@ -49,8 +49,8 @@ void test() {
Stat stat; Stat stat;
im.Apply(stat); im.Apply(stat);
BOOST_CHECK_CLOSE(stat.GetMean(),5.0,0.0001); BOOST_CHECK_CLOSE(stat.GetMean(),Real(5.0),Real(0.0001));
BOOST_CHECK_CLOSE(stat.GetStandardDeviation(),2.58198889747,0.0001); BOOST_CHECK_CLOSE(stat.GetStandardDeviation(),Real(2.58198889747),Real(0.0001));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment