mirror of https://github.com/Qiskit/qiskit.git
8 lines
335 B
YAML
8 lines
335 B
YAML
---
|
|
|
|
fixes:
|
|
- |
|
|
Fixed a bug where ``qiskit.primitives.containers.estimator_pub.EstimatorPub.coerce()`` and
|
|
``qiskit.primitives.containers.sampler_pub.SamplerPub.coerce()``
|
|
improperly handle the case where the parameter values are a ``BindingsArray`` instance, giving
|
|
rise to a ``ValueError`` whenever it is attempted. |