Skip to content

Commit

Permalink
Remove redunant set
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Feb 24, 2025
1 parent abef7a4 commit e2d9967
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/python/compiler/test_transpiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1651,7 +1651,6 @@ def test_transpile_preserves_circuit_metadata(self, optimization_level):
metadata = {"experiment_id": "1234", "execution_number": 4}
name = "my circuit"
circuit = QuantumCircuit(2, metadata=metadata.copy(), name=name)
circuit.name = "my circuit"
circuit.h(0)
circuit.cx(0, 1)

Expand Down

0 comments on commit e2d9967

Please sign in to comment.