Skip to content

Commit 86da2ea

Browse files
committed
Increase test tolerances
1 parent 6a59357 commit 86da2ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/python/test_example_cnot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# Mark all tests in this file as regression tests
66
pytestmark = pytest.mark.regression
77

8-
REL_TOL = 1.0e-7
9-
ABS_TOL = 1.0e-15
8+
REL_TOL = 1.0e-3
9+
ABS_TOL = 1.0e-10
1010

1111
# Sample every 100 time steps
1212
SAMPLE_STEP = 100

0 commit comments

Comments
 (0)