Skip to content
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

Make command caller get/set_raw a method #5724

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

jenshnielsen
Copy link
Collaborator

@jenshnielsen jenshnielsen commented Feb 5, 2024

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.

@trevormorgan trevormorgan self-requested a review February 16, 2024 00:16
@jenshnielsen jenshnielsen force-pushed the command_caller_to_method branch 2 times, most recently from 5b0ccfe to c7fb39c Compare May 8, 2024 18:55
Copy link

codecov bot commented May 8, 2024

Codecov Report

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

Project coverage is 69.36%. Comparing base (4ca504c) to head (5a8f53c).

Files with missing lines Patch % Lines
src/qcodes/parameters/parameter.py 96.49% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5724      +/-   ##
==========================================
+ Coverage   69.33%   69.36%   +0.02%     
==========================================
  Files         340      340              
  Lines       31261    31290      +29     
==========================================
+ Hits        21676    21703      +27     
- Misses       9585     9587       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant