We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcbfc9c commit 5859000Copy full SHA for 5859000
test/test_pipeline.py
@@ -802,7 +802,7 @@ def PR_box(v):
802
803
BellSDP = InflationSDP(bellScenario)
804
BellSDP.generate_relaxation("npa2")
805
- BellSDP.set_distribution(PR_box(1/np.sqrt(2)+1e-3))
+ BellSDP.set_distribution(PR_box(1/np.sqrt(2)+5e-3))
806
BellSDP.solve()
807
self.assertEqual(BellSDP.status, "dual_infeas_cer",
808
"The symmetrized SDP is not identifying incompatible" +
0 commit comments