Multivariate Group Functions
The functions orGroup
and andGroup
are now multivariate and support the checking of multiple fields on self or a group of given SaQC
objects.
Edited by David Schäfer
Merge request reports
Activity
Filter activity
changed milestone to %2.4.0
added category: algorithms label
requested review from @palmb
assigned to @schaefed
- Resolved by David Schäfer
- Resolved by David Schäfer
I thought about it again and I know think, the intended behavior should be implemented using
field
. Multiplefield
values should be equivalent to agroup
of typelist[str]
. In order to make this work, I am going to remove the above implementation again, make the group functions multivariate and group a keyword parameter which defaults toself
.
added 23 commits
-
6433b29b...4045187d - 21 commits from branch
develop
- d2ed3b27 - Merge branch 'develop' into groups
- 74263085 - Merge branch 'develop' into groups
-
6433b29b...4045187d - 21 commits from branch
added ChangeLog✓ label
Please register or sign in to reply