Skip to content

Commit

Permalink
Remove no longer required test parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
bdg221 committed Sep 26, 2024
1 parent 6a6fa13 commit 1d447cf
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions mitiq/executor/tests/test_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,25 +215,6 @@ def test_executor_evaluate_float(execute):
assert executor.quantum_results == [1, 2]


@pytest.mark.parametrize(
"execute",
[
executor_batched,
executor_batched_unique,
executor_serial_unique,
executor_serial_typed,
executor_serial,
executor_pyquil_batched,
],
)
@pytest.mark.parametrize(
"obs",
[
PauliString("X"),
PauliString("XZ"),
PauliString("Z"),
],
)
@pytest.mark.parametrize(
"execute", [executor_measurements, executor_measurements_batched]
)
Expand Down

0 comments on commit 1d447cf

Please sign in to comment.