-
Notifications
You must be signed in to change notification settings - Fork 3
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
[QHC-840] Raise an error if qdac input values are outside of the range #865
Conversation
AI AnalysisReview:The addition of a check to ensure the ramping rate falls within the valid range before setting it on a channel is a good practice to prevent errors and maintain data integrity. This change shows attention to detail and enhances the robustness of the code.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #865 +/- ##
=======================================
Coverage 97.30% 97.30%
=======================================
Files 231 231
Lines 8273 8281 +8
=======================================
+ Hits 8050 8058 +8
Misses 223 223
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ 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.
Great job and great tests! Left a minor comment, and is ready to go.
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.
No description provided.