Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix curve plotter error #1416

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

nkanazawa1989
Copy link
Collaborator

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

@nkanazawa1989 nkanazawa1989 added backport stable potential The issue or PR might be minimal and/or import enough to backport to stable Changelog: Bugfix Include in the "Fixed" section of the changelog labels Feb 21, 2024
@nkanazawa1989 nkanazawa1989 marked this pull request as ready for review February 21, 2024 15:57
@coruscating coruscating added this to the Release 0.7 milestone Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport stable potential The issue or PR might be minimal and/or import enough to backport to stable Changelog: Bugfix Include in the "Fixed" section of the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error in the plotter if there is no valid fitter error
2 participants