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

exp drift bfx (forgot to set correction result)

parent 5576f0c9
No related branches found
No related tags found
2 merge requests!193Release 1.4,!188Release 1.4
Pipeline #5308 passed with stage
in 6 minutes and 35 seconds
......@@ -757,6 +757,9 @@ def proc_seefoExpDriftCorrecture(data, field, flagger, maint_data_field, cal_mea
to_flag = to_flag.drop(to_flag[:maint_data.index[0]].index)
to_flag = to_flag[to_flag.isna()]
flagger = flagger.setFlags(field, loc=to_flag, **kwargs)
data[field] = to_correct
return data, flagger
......
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