-
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
Generalized N-dimensional dond with sweep objects #2990
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2990 +/- ##
==========================================
+ Coverage 65.55% 65.65% +0.10%
==========================================
Files 216 216
Lines 28638 28746 +108
==========================================
+ Hits 18773 18874 +101
- Misses 9865 9872 +7 |
Update: |
@FarBo I added some suggestions inline. Before we do that I think we should get some tests written and start with that and do some proper tdd |
… into FarBo/qtransport_dond
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dond fixes
@FarBo @astafan8 I have opened a pr here to nicely format all the changed code with darker https://github.com/FarBo/Qcodes/pull/22/files |
rerun darker -i -r master
… into FarBo/qtransport_dond
This PR introduces the generalized dond function.
Actions are still missing to be implemented and they could be added after reviewing the current implementation.
Do we also need flush_columns like do2d?
Following taks will be addressed after completion of dond function.
@jenshnielsen
@astafan8