Skip to content

Commit

Permalink
Update test thresholds (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Mar 26, 2024
1 parent 45a49bc commit ba5bd69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/qctrl/test_qctrl.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
from ..decorators import run_integration_test
from ..utils import cancel_job_safe, bell

FIDELITY_THRESHOLD = 0.9
DIFFERENCE_THRESHOLD = 0.1
FIDELITY_THRESHOLD = 0.8
DIFFERENCE_THRESHOLD = 0.35


class TestQCTRL(IBMIntegrationTestCase):
Expand Down

0 comments on commit ba5bd69

Please sign in to comment.