Skip to content
Snippets Groups Projects
Commit e8e85c23 authored by David Schäfer's avatar David Schäfer
Browse files

[FIX] failing tests

parent 621e1d58
No related branches found
No related tags found
No related merge requests found
Pipeline #39119 passed with stage
in 1 minute and 50 seconds
......@@ -240,9 +240,9 @@ def _buildupSaQCObjects():
out = []
for _ in range(2):
saqc = SaQC(data=data, flags=flags)
saqc = saqc.breaks.flagMissing(col, to_mask=False).outliers.flagRange(
col, min=3, max=10, to_mask=False
)
saqc = saqc.outliers.flagRange(
field=col, min=5, max=6, to_mask=False
).outliers.flagRange(col, min=3, max=10, to_mask=False)
saqc = saqc.evaluate()
flags = saqc._flags
out.append(saqc)
......
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