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

[T/NL] Relax ComponentNormMultiComp2 test tol.

parent a842c47a
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ TEST(MPITest_NumLib, ComponentNormMultiComponent2)
unsigned const num_components = 3;
auto const norm_type = MathLib::VecNormType::NORM2;
auto const tolerance =
num_components * 30 * std::numeric_limits<double>::epsilon();
num_components * 40 * std::numeric_limits<double>::epsilon();
do_test(num_components, norm_type, tolerance,
[](double n_total, double n) { return n_total + n*n; },
......
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