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
b2b87270
Commit
b2b87270
authored
1 year ago
by
Peter Lünenschloß
Browse files
Options
Downloads
Patches
Plain Diff
updated changelog
parent
edf9622b
No related branches found
No related tags found
2 merge requests
!867
Flag constants fix
,
!804
Flag constants fix
Pipeline
#203215
failed with stages
in 41 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
saqc/funcs/constants.py
+2
-1
2 additions, 1 deletion
saqc/funcs/constants.py
with
3 additions
and
1 deletion
CHANGELOG.md
+
1
−
0
View file @
b2b87270
...
...
@@ -19,6 +19,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
### Changed
### Removed
### Fixed
-
`flagConstants`
: fixed flagging of rolling ramps
-
`Flags`
: add meta entry to imported flags
-
group operations were overwriting existing flags
-
`SaQC._construct`
: was not working for inherit classes (used hardcoded
`SaQC`
to construct a new instance).
...
...
This diff is collapsed.
Click to expand it.
saqc/funcs/constants.py
+
2
−
1
View file @
b2b87270
...
...
@@ -59,7 +59,8 @@ class ConstantsMixin:
min_periods :
Minimum number of observations in window required to generate
a flag. This is to exclude underpopulated offset defined windows from flagging.
a flag. This is only to exclude underpopulated *offset* defined windows from
flagging.
Must be an integer greater or equal `2`, because a
single value would always be considered constant.
Defaults to `2`.
...
...
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