Skip to content
Snippets Groups Projects
Commit feb496ba authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing instabilities

parent 3e6da489
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,8 @@ BOOST_AUTO_TEST_CASE( pse_ker )
double c1 = y.get(i).get(j);
double c2 = y_res.get(i).get(j);
// In divergent mode the system is too sensitive
// to compiler/hardware differences disable them
if (j != 4 && j != 5)
{BOOST_REQUIRE_CLOSE(c1,c2,3.0);}
}
......
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