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.
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