-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix property and methods of BackendV2Converter (#9502)
* fix property and methods of BackendV2Converter * add reno * Update releasenotes/notes/fix-backendv2converter-de342352cf882494.yaml * Update releasenotes/notes/fix-backendv2converter-de342352cf882494.yaml --------- Co-authored-by: Naoki Kanazawa <nkanazawa1989@gmail.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit df258d4)
- Loading branch information
1 parent
d4e7144
commit aad2faf
Showing
2 changed files
with
14 additions
and
5 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
9 changes: 9 additions & 0 deletions
9
releasenotes/notes/fix-backendv2converter-de342352cf882494.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed a bug of wrong return value of the method :meth:`BackendV2Converter.meas_map` | ||
that had returned backend `dt` instead. | ||
- | | ||
Fixed a bug of missing return value from methods :meth:`BackendV2Converter.drive_channel`, | ||
:meth:`BackendV2Converter.measure_channel`, :meth:`BackendV2Converter.acquire_channel` and | ||
:meth:`BackendV2Converter.control_channel`. |