Skip to content

Commit 96666e7

Browse files
committed
Raise threshold on ffc automated test
1 parent 0d04596 commit 96666e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Testing/OptimizeTests/OptimizeTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ TEST(OptimizeTests, ffc_test) {
570570
stats.compute_modes();
571571
stats.principal_component_projections();
572572

573-
bool good = check_constraint_violations(app, 4.0e-1);
573+
bool good = check_constraint_violations(app, 6.0e-1);
574574

575575
ASSERT_TRUE(good);
576576
}

0 commit comments

Comments
 (0)