-
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.
Browse files
Browse the repository at this point in the history
* fix typo, issue #10147 * create basicswap fake_run test * release note for #10149 fix * ensure fake_run modifes layout prop, not the circuit logic * black formatting, test_basic_swap (cherry picked from commit 7df290b) Co-authored-by: Evan McKinney <47376937+evmckinney9@users.noreply.github.com>
- Loading branch information
1 parent
2c3166c
commit 9f18b91
Showing
3 changed files
with
44 additions
and
1 deletion.
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
4 changes: 4 additions & 0 deletions
4
releasenotes/notes/fix-basicswap-fakerun-7469835327f6c8a1.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,4 @@ | ||
fixes: | ||
- | | ||
Fixes a typo where BasicSwap called ``fake_run()`` the attribute instead of ``_fake_run()`` the function. | ||
Refer to `#10149 <hhttps://github.com/Qiskit/qiskit-terra/issues/10147>` for more details. |
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