Skip to content

Commit 5723ca6

Browse files
relax test atol
1 parent 9487405 commit 5723ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def test_readout_masks():
100100
[1, 2, 4], shots=8192, method="local", masks=["01010", "10101", "11111"]
101101
)
102102
np.testing.assert_allclose(
103-
mit.single_qubit_cals[1][0, 0], 0.02 * np.sin(2) + 0.978, atol=1e-3
103+
mit.single_qubit_cals[1][0, 0], 0.02 * np.sin(2) + 0.978, atol=1e-2
104104
)
105105

106106

0 commit comments

Comments
 (0)