Skip to content

Commit 8a7b9e4

Browse files
committed
Increase threshold for mac-intel
1 parent 8e43202 commit 8a7b9e4

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
@@ -604,7 +604,7 @@ TEST(OptimizeTests, multi_domain_constraint) {
604604
stats.compute_modes();
605605
stats.principal_component_projections();
606606

607-
bool good = check_constraint_violations(app, 7.5e-1);
607+
bool good = check_constraint_violations(app, 9.0e-1);
608608

609609
ASSERT_TRUE(good);
610610
}

0 commit comments

Comments
 (0)