Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Sep 20, 2024
1 parent 262f89d commit d70a7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_quantum_info_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_partial_trace(backend, density_matrix):
backend.assert_allclose(traced, Id)


@pytest.mark.parametrize(power, [2, 2.0, "2"])
@pytest.mark.parametrize("power", [2, 2.0, "2"])
def test_matrix_power(backend, power):
nqubits = 2
dims = 2**nqubits
Expand Down

0 comments on commit d70a7ce

Please sign in to comment.