From 6e7f124a4e1c60de0a3aa2311bfc2fac213c81b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=BChle=2C=20Laura=20Christine=20=28lakue103=29?= <laura.kuehle@uni-duesseldorf.de> Date: Mon, 5 Sep 2022 12:19:15 +0200 Subject: [PATCH] Removed completed TODOs. --- Troubled_Cell_Detector.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Troubled_Cell_Detector.py b/Troubled_Cell_Detector.py index 4d89440..10cbcc3 100644 --- a/Troubled_Cell_Detector.py +++ b/Troubled_Cell_Detector.py @@ -2,9 +2,6 @@ """ @author: Laura C. Kühle, Soraya Terrab (sorayaterrab) -TODO: Adjust TCs for wavelet detectors (sliding window over all cells instead - of every second) -> Done -TODO: Replace num_coarse_grid_cells with mesh -> Done TODO: Introduce Adjusted Outer Fence method in Boxplot using global_mean TODO: Introduce overlapping cell for adjacent folds in Boxplot TODO: Introduce lower/upper extreme outliers in Boxplot -- GitLab