Skip to content

Commit 22eafe9

Browse files
committed
Remove printout in test
1 parent d957828 commit 22eafe9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_symmetry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def test_desymmetrized_certificate(self):
9898
lp.set_distribution(self.PR_box)
9999
lp.solve(default_non_negative=False, solve_dual=False)
100100
certificate = lp.desymmetrize_certificate()
101-
print(certificate)
102101
truth = {'P[A_0=0]': 0.25, 'P[A_0=1]': 0.25, 'P[A_1=1]': 0.25, 'P[A_1=0]': 0.25,
103102
'P[B_0=0]': 0.25, 'P[B_0=1]': 0.25, 'P[B_1=0]': 0.25, 'P[B_1=1]': 0.25,
104103
'P[A_0=0 B_0=0]': -0.375, 'P[A_0=0 B_1=0]': -0.375, 'P[A_0=1 B_0=1]': -0.375, 'P[A_0=1 B_1=1]': -0.375,

0 commit comments

Comments
 (0)