Skip to content
Snippets Groups Projects
Commit b2b87270 authored by Peter Lünenschloß's avatar Peter Lünenschloß
Browse files

updated changelog

parent edf9622b
No related branches found
No related tags found
2 merge requests!867Flag constants fix,!804Flag constants fix
Pipeline #203215 failed with stages
in 41 seconds
......@@ -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).
......
......@@ -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`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment