-
Notifications
You must be signed in to change notification settings - Fork 322
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
Enabeling dond function to handle multiple datasets #3186
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3186 +/- ##
==========================================
+ Coverage 66.09% 66.16% +0.07%
==========================================
Files 220 220
Lines 29150 29209 +59
==========================================
+ Hits 19267 19327 +60
+ Misses 9883 9882 -1 |
@jenshnielsen |
@FarBo Yes I am aware. In the future please mark a pr a draft if you know it is broken |
d2a04e5
to
2058342
Compare
…nto FarBo/multiple_ds
This PR:
Enables dond to accept grouped measuerment parameters and callables and open a dataset for each group.
This implementation preserves the old way of comma-separated passing meaurements and callables in the function construct. If this is the case, all those arguments will be categorized in one group and one dataset will be created.