forked from qiskit-community/qiskit-experiments
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Qiskit-Extensions/qiskit-ex…
…periments into issue-qiskit-community#1238 local/issue-#1238 update
- Loading branch information
Showing
5 changed files
with
44 additions
and
3 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
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
14 changes: 14 additions & 0 deletions
14
releasenotes/notes/figure-names-inconsistency-afca1ac8e00fabac.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,14 @@ | ||
--- | ||
fixes: | ||
- | | ||
:class:`.ExperimentData` was updated so that running analysis a second time | ||
with ``replace_results=True`` does not result in the ``figure_names`` | ||
property having incorrect data (both old and new figure names if the names | ||
changed). See `#1430 | ||
<https://github.com/Qiskit-Extensions/qiskit-experiments/pull/1430>`__. | ||
- | | ||
:class:`.BaseAnalysis` was updated to respect ``figure_names`` as a keyword | ||
argument to the ``run()`` method. Previously, this argument was ignored and | ||
``figure_names`` could only be set as an analysis option prior to calling | ||
``run()``. See `#1430 | ||
<https://github.com/Qiskit-Extensions/qiskit-experiments/pull/1430>`__. |
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
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