qiskit-community / qiskit-experiments

Qiskit Experiments
https://qiskit-community.github.io/qiskit-experiments/
Apache License 2.0
160 stars 126 forks source link

Fix curve plotter error #1416

Open nkanazawa1989 opened 8 months ago

nkanazawa1989 commented 8 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