Skip to content

Commit 5859000

Browse files
committed
test_symmetrized_PRbox: Increase dist. to the set
1 parent dcbfc9c commit 5859000

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
@@ -802,7 +802,7 @@ def PR_box(v):
802802

803803
BellSDP = InflationSDP(bellScenario)
804804
BellSDP.generate_relaxation("npa2")
805-
BellSDP.set_distribution(PR_box(1/np.sqrt(2)+1e-3))
805+
BellSDP.set_distribution(PR_box(1/np.sqrt(2)+5e-3))
806806
BellSDP.solve()
807807
self.assertEqual(BellSDP.status, "dual_infeas_cer",
808808
"The symmetrized SDP is not identifying incompatible" +

0 commit comments

Comments
 (0)