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

Extend do_nd with option to perform "Parallel sweeps" #4325

Merged
merged 94 commits into from Sep 30, 2022
Merged

Conversation

jenshnielsen
Copy link
Collaborator

@jenshnielsen jenshnielsen commented Jun 29, 2022

In the process refactor Sweeps and Measurements to be a bit more modular

closes #4366 by refactoring the setpoint logic to generate the input type.

  • More robust parsing of Parameters (see todos in code)
  • Document
  • More complete tests (there should be a test that this can work around a parameterwithsetpoints (and perhaps multi/arrayparameter)

Copy link
Contributor

@astafan8 astafan8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nice code clarity improvement with the _Sweeper and _Measurements!

@jenshnielsen jenshnielsen marked this pull request as draft June 29, 2022 09:17
@jenshnielsen jenshnielsen force-pushed the dond_multiparameter branch 2 times, most recently from ae97565 to 70048df Compare July 5, 2022 11:35
@jenshnielsen jenshnielsen force-pushed the dond_multiparameter branch 5 times, most recently from 7f6da17 to 4f37801 Compare July 5, 2022 14:00
@jenshnielsen jenshnielsen force-pushed the dond_multiparameter branch 7 times, most recently from cd54135 to 971e649 Compare August 1, 2022 14:20
@jenshnielsen jenshnielsen force-pushed the dond_multiparameter branch 2 times, most recently from 4991878 to 2d01ad9 Compare August 3, 2022 13:26
@codecov
Copy link

codecov bot commented Aug 3, 2022

Codecov Report

Merging #4325 (523a063) into master (c4ccf28) will increase coverage by 0.04%.
The diff coverage is 98.62%.

@@            Coverage Diff             @@
##           master    #4325      +/-   ##
==========================================
+ Coverage   68.28%   68.32%   +0.04%     
==========================================
  Files         339      339              
  Lines       31794    31990     +196     
==========================================
+ Hits        21710    21857     +147     
- Misses      10084    10133      +49     

qcodes/dataset/do_2d.py Outdated Show resolved Hide resolved
@jenshnielsen jenshnielsen force-pushed the dond_multiparameter branch 2 times, most recently from ff180aa to 59f4211 Compare September 13, 2022 10:29
@jenshnielsen jenshnielsen force-pushed the dond_multiparameter branch 3 times, most recently from a7bc91c to e971d8a Compare September 19, 2022 08:08
qcodes/dataset/dond/do_nd.py Outdated Show resolved Hide resolved
qcodes/dataset/dond/do_nd.py Outdated Show resolved Hide resolved
qcodes/dataset/dond/do_nd.py Outdated Show resolved Hide resolved
qcodes/dataset/dond/do_nd.py Outdated Show resolved Hide resolved
qcodes/dataset/dond/do_nd.py Outdated Show resolved Hide resolved
qcodes/dataset/dond/do_nd.py Show resolved Hide resolved
qcodes/dataset/dond/do_nd.py Outdated Show resolved Hide resolved
qcodes/dataset/dond/do_nd.py Show resolved Hide resolved
qcodes/tests/dataset/dond/test_doNd.py Show resolved Hide resolved
qcodes/tests/dataset/dond/test_doNd.py Show resolved Hide resolved
jenshnielsen and others added 3 commits September 30, 2022 10:57
Co-authored-by: Mikhail Astafev <astafan8@gmail.com>
Co-authored-by: Mikhail Astafev <astafan8@gmail.com>
@jenshnielsen
Copy link
Collaborator Author

bors merge

@bors bors bot merged commit bbe17c3 into master Sep 30, 2022
@bors bors bot deleted the dond_multiparameter branch September 30, 2022 12:41
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.

doNd: Integers are converted to floats
3 participants