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

added modelling module to the init

parent 89e68c3a
No related branches found
No related tags found
3 merge requests!193Release 1.4,!188Release 1.4,!49Dataprocessing features
......@@ -9,3 +9,4 @@ from saqc.funcs.constants_detection import *
from saqc.funcs.soil_moisture_tests import *
from saqc.funcs.spikes_detection import *
from saqc.funcs.harm_functions import *
from saqc.funcs.data_modelling import *
......@@ -191,3 +191,4 @@ def flagCrossScoring(data, field, flagger, fields, thresh, cross_stat=np.median,
for var in fields:
flagger = flagger.setFlags(var, diff_scores[var].values, **kwargs)
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