You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#5696 moves some uncovered code from ion_device.py (deleted) to aqt_device.py causing a CI coverage failure on the new lines. I have added a few # coverage: ignore comments to unblock the PR.
TODO: Fix this by adding tests that will complete the code coverage of aqt_device.py.
The text was updated successfully, but these errors were encountered:
Add tests to complete test coverage of AQTTargetGateset.
Update `_decompose_single_qubit_operation` to check the
type of the wrapped gate, disregarding CircuitOperation
and TaggedOperation wrappers.
Fixes#5698
rht
pushed a commit
to rht/Cirq
that referenced
this issue
May 1, 2023
Add tests to complete test coverage of AQTTargetGateset.
Update `_decompose_single_qubit_operation` to check the
type of the wrapped gate, disregarding CircuitOperation
and TaggedOperation wrappers.
Fixesquantumlib#5698
Description of the issue
#5696 moves some uncovered code from ion_device.py (deleted) to aqt_device.py causing a CI coverage failure on the new lines. I have added a few
# coverage: ignore
comments to unblock the PR.TODO: Fix this by adding tests that will complete the code coverage of aqt_device.py.
The text was updated successfully, but these errors were encountered: