Skip to content
Snippets Groups Projects

Fix Processing Functions. Introduce custom target Parameter.

Merged Peter Lünenschloß requested to merge preventProcessingfuncsFromDemasking into develop
16 files
+ 140
32
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -19,6 +19,7 @@ class Curvefit:
set_flags: bool = True,
min_periods: int = 0,
return_residues: bool = False,
target: str = None,
flag: float = BAD,
**kwargs
) -> saqc.SaQC:
Loading