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

"TODOS" undone

parent a9e269f5
No related branches found
No related tags found
No related merge requests found
......@@ -124,10 +124,7 @@ def flagSoilMoistureBySoilFrost(data, flags, field, flagger, soil_temp_reference
:param frost_level: Value level, the flagger shall check against, when evaluating soil frost level.
"""
# TODO: (To ASK):HOW TO FLAG nan values in input frame? general question: what should a test test?
# TODO: -> nan values with reference values that show frost, are flagged bad, nan values with reference value nan
# TODO: as well, are not flagged (test not applicable-> no flag)
# TODO: puffer zone for intermediate/fluktuating frost state
# retrieve data series input:
dataseries = pd.Series(data[field].values, index=pd.to_datetime(data.index))
......
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