Skip to content

Commit 22e499c

Browse files
committed
Add threshold to PR box test
So that it solves correctly
1 parent 22eafe9 commit 22e499c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ def PR_box(v):
789789
bellScenario_c.add_symmetries(symmetries)
790790

791791
BellLP = InflationLP(bellScenario_c)
792-
BellLP.set_distribution(PR_box(1/2+1e-4))
792+
BellLP.set_distribution(PR_box(1/2+1e-3))
793793
BellLP.solve()
794794
self.assertEqual(BellLP.success, False,
795795
"The symmetrized LP is not identifying incompatible" +

0 commit comments

Comments
 (0)