Skip to content

Commit

Permalink
only measure odd in adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
splch committed Oct 15, 2023
1 parent fc08b90 commit edb0b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def test_measure():
assert result == ["1"]


@pytest.mark.parametrize("shots", [2, 3])
@pytest.mark.parametrize("shots", [2, 10])
def test_measure_multiple_shots(shots):
simulator = QubitSimulator(1)
simulator.x(0)
Expand Down

0 comments on commit edb0b7c

Please sign in to comment.