Skip to content

Commit

Permalink
fix silly test
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Nov 14, 2024
1 parent c46202a commit 25d184c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ BOOST_AUTO_TEST_CASE(GaussianSmearing) {
if (s.forcePositive[i]) {
ref = std::abs(ref);
}
CHECK_CLOSE_REL(par[i], ref, 0.15);
CHECK_CLOSE_ABS(par[i], ref, 0.15);
}
}

Expand Down

0 comments on commit 25d184c

Please sign in to comment.