-
Notifications
You must be signed in to change notification settings - Fork 110
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
Have GUI output callback error on realization hover #8398
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8398 +/- ##
==========================================
- Coverage 90.64% 90.62% -0.02%
==========================================
Files 344 344
Lines 20970 20987 +17
==========================================
+ Hits 19008 19020 +12
- Misses 1962 1967 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
07c2a08
to
786b0bf
Compare
Think this looks like a good improvement! But dont think it solves the issue it is linked to? If there is an issue in the callback, that does not end up in the job error file, but is passed back as an event. |
Oh, then I misunderstood the issue. Thanks for clarifying 👍 |
Yes, it should be Line 248 in 6b7b218
|
786b0bf
to
224ae75
Compare
224ae75
to
4fd95e0
Compare
b8152b7
to
2c1769b
Compare
@@ -113,7 +113,9 @@ def __init__(self) -> None: | |||
] = defaultdict(dict) | |||
"""A shallow dictionary of realization states. The key is a string with | |||
realization number, pointing to a dict with keys active (bool), | |||
start_time (datetime), end_time (datetime) and status (str).""" | |||
start_time (datetime), end_time (datetime), callback_status_message (str) and status (str). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
It looks very good! Just not sure if there should be a test for |
5255f02
to
390bdf6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @jonathan-eq! 🚀
390bdf6
to
b29c611
Compare
b29c611
to
3b954e8
Compare
Issue
Resolves #3578
Approach
Short description of the approach
(Screenshot of new behavior in GUI if applicable)
When applicable