Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Revert accidental breaking backports #427

Merged

Conversation

mtreinish
Copy link
Collaborator

Summary

The change made in #400 (which was missed because it got integrated into
the #401 PR which was needed to unblock CI on master) should not have
been backported. It was only necessary for compat with terra master and
terra 0.15.0 because the validation module is removed in 0.15.0. This is
breaking measurement mitigation on the stable branch and 0.3.1 release
which needs to work with terra 0.14.x. This commit reverts that change
so the we're wrapping the counts in qiskit.validation.Obj and the
Results object is useable in marshmallow with released terra.

Details and comments

The change made in qiskit-community#400 (which was missed because it got integrated into
the qiskit-community#401 PR which was needed to unblock CI on master) should not have
been backported. It was only necessary for compat with terra master and
terra 0.15.0 because the validation module is removed in 0.15.0. This is
breaking measurement mitigation on the stable branch and 0.3.1 release
which needs to work with terra 0.14.x. This commit reverts that change
so the we're wrapping the counts in qiskit.validation.Obj and the
Results object is useable in marshmallow with released terra.
@mtreinish mtreinish changed the title Revert #400/#401 from stable branch to fix terra 0.14.x compat Revert accidental breaking backports Jun 18, 2020
@mtreinish mtreinish added the Changelog: Bugfix Include in the Fixed section of the changelog label Jun 18, 2020
The windows ci jobs were stuck waiting for a prompt on windows this
commit fixes the conda install command to auto accept the prompt so we
actually can install in ci.
@chriseclectic chriseclectic merged commit 08ffae0 into qiskit-community:stable/0.3 Jun 18, 2020
@mtreinish mtreinish deleted the revert-broken-backport branch June 18, 2020 20:09
This was referenced Jun 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Changelog: Bugfix Include in the Fixed section of the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants