We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22eafe9 commit 22e499cCopy full SHA for 22e499c
test/test_pipeline.py
@@ -789,7 +789,7 @@ def PR_box(v):
789
bellScenario_c.add_symmetries(symmetries)
790
791
BellLP = InflationLP(bellScenario_c)
792
- BellLP.set_distribution(PR_box(1/2+1e-4))
+ BellLP.set_distribution(PR_box(1/2+1e-3))
793
BellLP.solve()
794
self.assertEqual(BellLP.success, False,
795
"The symmetrized LP is not identifying incompatible" +
0 commit comments