-
Notifications
You must be signed in to change notification settings - Fork 320
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
generalize MultiType, add OR and AND subclasses #3917
generalize MultiType, add OR and AND subclasses #3917
Conversation
24ede3d
to
a7d0c02
Compare
Thanks, Left a few comments inline |
…ype_with_default_combiner_arg
Codecov Report
@@ Coverage Diff @@
## master #3917 +/- ##
==========================================
- Coverage 66.07% 65.81% -0.27%
==========================================
Files 228 228
Lines 31160 31423 +263
==========================================
+ Hits 20590 20681 +91
- Misses 10570 10742 +172 |
bors merge |
👎 Rejected by too few approved reviews |
@jakeogh thanks for your contribution. I reformatted the code using our current style and added a changelog entry to make this ready to merge |
bors merge |
🕐 Waiting for PR status (Github check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
Generalize
MultiType
to allow theOR
andAND
cases, fix for QCoDeS/Qcodes_contrib_drivers#115