Qcodes icon indicating copy to clipboard operation
Qcodes copied to clipboard

Make command caller get/set_raw a method

Open jenshnielsen opened this issue 1 year ago • 1 comments

This makes get/set_raw proper methods rather than callable attributes and furthermore extracts the logic of generating the get/set_raw code into a factory function for added clarity.

jenshnielsen avatar Feb 05 '24 12:02 jenshnielsen

Codecov Report

Attention: Patch coverage is 96.49123% with 2 lines in your changes missing coverage. Please review.

Project coverage is 67.22%. Comparing base (e7dd669) to head (dc159ac). Report is 2 commits behind head on main.

Files Patch % Lines
src/qcodes/parameters/parameter.py 96.49% 2 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5724      +/-   ##
==========================================
+ Coverage   67.19%   67.22%   +0.02%     
==========================================
  Files         352      352              
  Lines       32154    32184      +30     
==========================================
+ Hits        21607    21635      +28     
- Misses      10547    10549       +2     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar May 08 '24 19:05 codecov[bot]