Skip to content

Commit

Permalink
loosen rtol for linux-aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wittgen committed Feb 2, 2022
1 parent fd8e8de commit 96bd5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_polynomials.cc
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ BOOST_AUTO_TEST_CASE(simplified2d) {
// in a way that depends on the relative values in the sum.
// Tolerance is selected to work for these test values, so think
// of this as a regression test, not something fundamental.
CUSTOM_CHECK_CLOSE(sfunc(point), func(point), 100*DEFAULT_RTOL);
CUSTOM_CHECK_CLOSE(sfunc(point), func(point), 1000*DEFAULT_RTOL);
// Second check: safe summation in simplifed() itself *and*
// evaluating the polynomials. We still lose a fair amount of
// precision to operations other than the sum.
Expand Down

0 comments on commit 96bd5ce

Please sign in to comment.