Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nonhermitian committed Mar 24, 2023
1 parent 19b0728 commit ac914fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mthree/test/test_hamming.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ def test_hamming_equiv():
mit = mthree.M3Mitigation(backend)
mit.cals_from_system()
for kk in range(8+1):
_, details = mit.apply_correction(COUNTS, list(range(8)),
details=True,
_, details = mit.apply_correction(COUNTS, list(range(8)),
details=True,
method='iterative',
distance=kk)
_, details2 = mit.apply_correction(COUNTS, list(range(8)),
details=True,
_, details2 = mit.apply_correction(COUNTS, list(range(8)),
details=True,
method='direct',
distance=kk)

Expand Down

0 comments on commit ac914fc

Please sign in to comment.