From ea96dadea6191591b3bedbe5a14e69636c2f55b1 Mon Sep 17 00:00:00 2001
From: Peter Luenenschloss <peter.luenenschloss@ufz.de>
Date: Thu, 13 Jun 2019 12:40:48 +0200
Subject: [PATCH] "TODOS" undone

---
 funcs/functions.py | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/funcs/functions.py b/funcs/functions.py
index dd95f8a5a..057bae0a1 100644
--- a/funcs/functions.py
+++ b/funcs/functions.py
@@ -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))
-- 
GitLab