Skip to content

Commit

Permalink
Specify issue number
Browse files Browse the repository at this point in the history
Fix black
  • Loading branch information
ElePT committed Jan 28, 2025
1 parent 01645a3 commit 36835f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/python/circuit/test_circuit_load_from_qpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,8 @@ def test_op_evolution_gate_suzuki_trotter(self):
self.assertDeprecatedBitProperties(qc, new_circ)

def test_pauli_feature_map(self):
"""Test PauliFeatureMap class."""
"""Test PauliFeatureMap class. Regression test for
https://github.com/Qiskit/qiskit/issues/13720."""
qc = PauliFeatureMap(feature_dimension=5, reps=1)
qpy_file = io.BytesIO()
dump(qc, qpy_file)
Expand Down

0 comments on commit 36835f7

Please sign in to comment.