Skip to content
Snippets Groups Projects
Commit 80dc0fac authored by Coda Phillips's avatar Coda Phillips
Browse files

Annotate responsivity_check

parent 87a999c1
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,8 @@ def responsivity_check(frame, parameters):
})
frame['responsivity_check'] = (lw_problem | sw_problem) * 1
frame = update_variable_qc(frame, variable_qcs)
annotate_all(frame, lw_problem, 'LW responsivity outlier')
annotate_all(frame, sw_problem, 'SW responsivity outlier')
frame = invalidate_records(frame, 'responsivity_check')
return frame
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