Qiskit-Extensions / qiskit-experiments

Qiskit Experiments
https://qiskit-extensions.github.io/qiskit-experiments/
Apache License 2.0
151 stars 122 forks source link

Fix curve plotter error #1416

Open nkanazawa1989 opened 4 months ago

nkanazawa1989 commented 4 months ago

Summary

This PR fixes a bug that crashes curve analysis due to missing error handling in the visualization.

Details and comments

Figure must be generated regardless of status of the fit. I added more reliable test framework to guarantee the drawer APIs are called expectedly, without generating actual figures.

fix #1413