Skip to content

Commit

Permalink
remove line from test < 10
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Nov 7, 2023
1 parent 641de02 commit 5273957
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/qvm_backend_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ def test_gateset_ii(qvm: None, quilc: None) -> None:
res = forest_backend.get_result(h)

assert res.get_shots().shape == (10, 6)
assert res.get_counts()[(0, 0, 0, 0, 0, 0)] < 10
assert (
res.get_counts()[(0, 0, 0, 0, 0, 0)] + res.get_counts()[(0, 0, 0, 0, 1, 1)]
) == 10
Expand Down

0 comments on commit 5273957

Please sign in to comment.