-
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
Split instrument module in Parameters and Instrument modules #3972
Merged
bors
merged 28 commits into
microsoft:master
from
jenshnielsen:qcodes_instrument_public_interface
Jun 16, 2022
Merged
Split instrument module in Parameters and Instrument modules #3972
bors
merged 28 commits into
microsoft:master
from
jenshnielsen:qcodes_instrument_public_interface
Jun 16, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #3972 +/- ##
==========================================
- Coverage 68.39% 68.35% -0.05%
==========================================
Files 235 241 +6
Lines 30887 30887
==========================================
- Hits 21125 21112 -13
- Misses 9762 9775 +13 |
Dominik-Vogel
approved these changes
Mar 1, 2022
7d96cb9
to
9102b37
Compare
astafan8
approved these changes
Jun 3, 2022
cacfda7
to
3f05dd9
Compare
692be99
to
bf4be03
Compare
890a925
to
40e0a62
Compare
jenshnielsen
commented
Jun 13, 2022
jenshnielsen
commented
Jun 13, 2022
jenshnielsen
commented
Jun 13, 2022
jenshnielsen
commented
Jun 13, 2022
jenshnielsen
commented
Jun 13, 2022
jenshnielsen
commented
Jun 13, 2022
jenshnielsen
commented
Jun 13, 2022
jenshnielsen
commented
Jun 13, 2022
jenshnielsen
commented
Jun 13, 2022
jenshnielsen
commented
Jun 13, 2022
jenshnielsen
commented
Jun 13, 2022
Makes it consistent with InstrumentBase Avoid _ Private outside module
73db6be
to
4ea1698
Compare
trevormorgan
approved these changes
Jun 16, 2022
bors merge |
jenshnielsen
commented
Jun 16, 2022
jenshnielsen
commented
Jun 16, 2022
Canceled. |
bors merge |
bors bot
added a commit
that referenced
this pull request
Jun 16, 2022
3972: Split instrument module in Parameters and Instrument modules r=jenshnielsen a=jenshnielsen - [X] Update tests and internal use for the new modules. - [x] Readd old modules for backwards compatibility - [x] Ensure that instrument module contains the right imports - [x] Ensure that parameters module contains the right imports - [x] Renamed _BaseParameter to ParameterBase Things to do after this pr merges - [ ] Reorganize new parameter modules better - [ ] Enable autodocsumm for the new modules Co-authored-by: Jens H. Nielsen <[email protected]> Co-authored-by: Jens Hedegaard Nielsen <[email protected]>
Build failed: |
Bors retry |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Things to do after this pr merges