-
Notifications
You must be signed in to change notification settings - Fork 322
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
Group Parameter improvements #2031
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2031 +/- ##
==========================================
+ Coverage 71.16% 71.17% +0.01%
==========================================
Files 149 149
Lines 19523 19541 +18
==========================================
+ Hits 13893 13909 +16
- Misses 5630 5632 +2 |
7abc7a8
to
0e5636d
Compare
matches the regular parameter
not sure how this code ever worked before
@lakhotiaharshit and @astafan8 This exposes some inconsitencies in the b15xx drivers especially around the handling of float/int values. After discussing with @lakhotiaharshit I have only done the minimal changes here to fix the tests but it seems likely that more work is needed |
qcodes/tests/drivers/keysight_b1500/b1500_driver_tests/test_b1520a_cmu.py
Show resolved
Hide resolved
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 to finally clear up this Group implementattion via cache!
Replaces #1995