Skip to content

Commit

Permalink
fix seed
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Feb 14, 2024
1 parent cf95b45 commit f4ca928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_quantum_info_clifford.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_clifford_from_circuit(backend, measurement):
backend.assert_allclose(obj.probabilities(), result.probabilities())


@pytest.mark.parametrize("seed", [None, 10])
@pytest.mark.parametrize("seed", [1, 10])
@pytest.mark.parametrize("algorithm", ["AG04", "BM20"])
@pytest.mark.parametrize("nqubits", [1, 2, 3, 10, 50])
def test_clifford_to_circuit(backend, nqubits, algorithm, seed):
Expand Down

0 comments on commit f4ca928

Please sign in to comment.