-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Unpickling an
AbstractInstruction
will result in an `Abstract…
…Instruction` instead of a `quil` `Instruction` (#1801) * fix: The DefMeasureCalibration class returns `pyQuil` `AbstractInstrutcion`s instead of `quil` `Instruction`s * fix: Unpickling an AbstractInstruction will result in an AbstractInstruction instead of a `quil` Instruction * fix ruff checks * mypy is wrong * fix tests * fix typo * fix assertion
- Loading branch information
Showing
2 changed files
with
78 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.