From b325651deb1c4ddfd93ecabcc34985125062f4c2 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: Tue, 6 Sep 2022 11:57:30 +0200 Subject: [PATCH] Removed completed TODOs. --- DG_Approximation.py | 1 - Troubled_Cell_Detector.py | 4 ---- 2 files changed, 5 deletions(-) diff --git a/DG_Approximation.py b/DG_Approximation.py index 51b5f4e..10fdf13 100644 --- a/DG_Approximation.py +++ b/DG_Approximation.py @@ -29,7 +29,6 @@ TODO: Discuss if folds are valid for all possible num_grid_cells/fold_len TODO: Contemplate combining get_cells() and _get_cells() Urgent: -TODO: Remove abstract decorator from 'randomize()' for ICs -> Done TODO: Change heaviside random to uniform(-100, 100) TODO: Adjust Heaviside to have non-symmetric values (left- and right_value) TODO: Rename 'adjustment' to 'shift' diff --git a/Troubled_Cell_Detector.py b/Troubled_Cell_Detector.py index b7e7da6..45688c7 100644 --- a/Troubled_Cell_Detector.py +++ b/Troubled_Cell_Detector.py @@ -2,10 +2,6 @@ """ @author: Laura C. Kühle, Soraya Terrab (sorayaterrab) -TODO: Introduce Adjusted Outer Fence method in Boxplot using global_mean - -> Done -TODO: Introduce overlapping cells for adjacent folds in Boxplot -> Done -TODO: Extract fold computing from TC checking -> Done TODO: Vectorize _get_cells() in Boxplot method TODO: Introduce lower/upper extreme outliers in Boxplot (each cell is also checked for neighboring domains if existing) -- GitLab