Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SaQC
Manage
Activity
Members
Labels
Plan
Issues
36
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rdm-software
SaQC
Commits
92f5b893
Commit
92f5b893
authored
2 years ago
by
David Schäfer
Browse files
Options
Downloads
Patches
Plain Diff
fix the docstrings for group operations
parent
8799522b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!685
Release 2.4
,
!684
Release 2.4
,
!639
fix the docstrings for group operations
Pipeline
#154562
passed with stages
in 5 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
saqc/funcs/flagtools.py
+20
-14
20 additions, 14 deletions
saqc/funcs/flagtools.py
with
20 additions
and
14 deletions
saqc/funcs/flagtools.py
+
20
−
14
View file @
92f5b893
...
...
@@ -556,18 +556,21 @@ class FlagtoolsMixin:
Parameters
----------
field : str
Name of the field to check for flags.
'
field
'
needs to present in all
objects in
'
qcs
'
.
field:
Name of the field to check for flags. ``field`` needs to present in all SaQC objects in ``group``.
group:
A collection of ``SaQC`` objects to check for flags:
qcs : list of SaQC
A list of SaQC objects to check for flags.
1. If given as a list of ``SaQC`` objects, the variable named ``field`` is checked for flags.
2. If given as dictionary the keys represent ``SaQC`` objects and the value one or more
variables of the respective object to check for flags.
target
: str, default none
target
:
Name of the field the generated flags will be written to. If None, the result
will be written to
'
field
'
,
flag:
float, default ``BAD``
flag:
The quality flag to set.
Returns
...
...
@@ -605,18 +608,21 @@ class FlagtoolsMixin:
Parameters
----------
field : str
Name of the field to check for flags.
'
field
'
needs to present in all
objects in
'
qcs
'
.
field:
Name of the field to check for flags. ``field`` needs to present in all SaQC objects in ``group``.
group:
A collection of ``SaQC`` objects to check for flags:
qcs : list of SaQC
A list of SaQC objects to check for flags.
1. If given as a list of ``SaQC`` objects, the variable named ``field`` is checked for flags.
2. If given as dictionary the keys represent ``SaQC`` objects and the value one or more
variables of the respective object to check for flags.
target
: str, default none
target
:
Name of the field the generated flags will be written to. If None, the result
will be written to
'
field
'
,
flag:
float, default ``BAD``
flag:
The quality flag to set.
Returns
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment