Skip to content

Commit 6af057e

Browse files
committed
Remove comment from tests
1 parent f068875 commit 6af057e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/decomposer/test_mckay_decomposer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ def test_all_octants_of_bloch_sphere_rotation(decomposer: McKayDecomposer) -> No
171171
],
172172
)
173173
def test_single_qubit_clifford_gates(decomposer: McKayDecomposer, gate: Gate, expected_result: list[Gate]) -> None:
174-
# The gate decompositions that fail have been commented out. They are: I, C1, and C8.
175174
decomposed_gates = decomposer.decompose(gate)
176175
check_gate_replacement(gate, decomposed_gates)
177176
assert decomposed_gates == expected_result

0 commit comments

Comments
 (0)