Skip to content

Commit 3f41c65

Browse files
relax the test criteria
1 parent 1e2b4d3 commit 3f41c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_dmcircuit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def test_dm_sexpps(backend):
498498
ye = c.expectation_ps(x=[1], y=[0], z=[2, 3])
499499
np.testing.assert_allclose(ye, y, atol=1e-5)
500500
y2 = c.sample_expectation_ps(x=[1], y=[0], z=[2, 3], shots=81920)
501-
assert np.abs(y2 - y) < 0.01
501+
assert np.abs(y2 - y) < 0.015
502502

503503

504504
def test_dm_sexpps_jittable_vamppable(jaxb):

0 commit comments

Comments
 (0)