Skip to content

Commit

Permalink
Merge pull request #166 from Qiskit-Partners/relax_tests
Browse files Browse the repository at this point in the history
relax tests
  • Loading branch information
nonhermitian authored Apr 28, 2023
2 parents 0dbbd1f + fda99b3 commit 5575cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mthree/test/test_dynamic.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_dynamic_bv():
quasis = mit.apply_correction(counts, mapping)

assert quasis['1'*N] > counts['1'*N]/shots
assert quasis['1'*N] > 0.97
assert quasis['1'*N] > 0.96


def test_dynamic_bv_mapping():
Expand Down
2 changes: 1 addition & 1 deletion mthree/test/test_multi_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ def test_multiple_job_submission():
backend._configuration.max_experiments = 5
mit = mthree.M3Mitigation(backend)
mit.cals_from_system()
assert all(cal.trace() > 1.9 for cal in mit.single_qubit_cals)
assert all(cal.trace() > 1.8 for cal in mit.single_qubit_cals)

0 comments on commit 5575cff

Please sign in to comment.