Skip to content
Snippets Groups Projects
Commit 35585bf1 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[T] Relax extrapolation test tolerance.

parent 91b1b408
No related branches found
No related tags found
No related merge requests found
......@@ -273,7 +273,7 @@ void extrapolate(TestProcess<GlobalSetup> const& pcs,
using GlobalVector = typename GlobalSetup::VectorType;
auto const tolerance_dx = 20.0 * std::numeric_limits<double>::epsilon();
auto const tolerance_res = 3.5 * std::numeric_limits<double>::epsilon();
auto const tolerance_res = 4.0 * std::numeric_limits<double>::epsilon();
auto const result = pcs.extrapolate(property);
auto const& x_extra = *result.first;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment