-
Notifications
You must be signed in to change notification settings - Fork 603
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
Add algorithmic errors tracking to qml.Tracker
#5465
Conversation
[sc-55445] |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5465 +/- ##
==========================================
- Coverage 99.67% 99.66% -0.01%
==========================================
Files 404 404
Lines 37833 37554 -279
==========================================
- Hits 37709 37429 -280
- Misses 124 125 +1 ☔ View full report in Codecov by Sentry. |
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.
Looks good, left just one minor suggestion. Also, not sure why preprocess
is needed.
…nylane into specs_algo_error
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.
💯
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.
CC @DSGuala
Context: Update
qml.Tracker
to track and combine errorDescription of the Change: Add algorithmic error tracking in the
simulator_tracking
device modifier.Benefits:
tracker
will track algorithmic errors.Possible Drawbacks: N/A
Related GitHub Issues: N/A