Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 11, 2024
1 parent 97bf4b5 commit 91e9890
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_backends_global.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,13 @@ def test_default_transpiler_sim():
and backend.qubits is None
)


CONNECTIVITY = [
[("A1", "A2"), ("A2", "A3"), ("A3", "A4"), ("A4", "A5")],
[("A1", "A2")],
[],
]
]


@pytest.mark.parametrize("connectivity", CONNECTIVITY)
def test_default_transpiler_hw(connectivity):
Expand Down Expand Up @@ -183,5 +185,3 @@ def natives(self):
NativeGates.CZ in transpiler.native_gates
and NativeGates.GPI2 in transpiler.native_gates
)


0 comments on commit 91e9890

Please sign in to comment.