Skip to content
Snippets Groups Projects
Commit b325651d authored by Laura Christine Kühle's avatar Laura Christine Kühle
Browse files

Removed completed TODOs.

parent 2382f3b1
Branches
No related tags found
No related merge requests found
...@@ -29,7 +29,6 @@ TODO: Discuss if folds are valid for all possible num_grid_cells/fold_len ...@@ -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() TODO: Contemplate combining get_cells() and _get_cells()
Urgent: Urgent:
TODO: Remove abstract decorator from 'randomize()' for ICs -> Done
TODO: Change heaviside random to uniform(-100, 100) TODO: Change heaviside random to uniform(-100, 100)
TODO: Adjust Heaviside to have non-symmetric values (left- and right_value) TODO: Adjust Heaviside to have non-symmetric values (left- and right_value)
TODO: Rename 'adjustment' to 'shift' TODO: Rename 'adjustment' to 'shift'
......
...@@ -2,10 +2,6 @@ ...@@ -2,10 +2,6 @@
""" """
@author: Laura C. Kühle, Soraya Terrab (sorayaterrab) @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: Vectorize _get_cells() in Boxplot method
TODO: Introduce lower/upper extreme outliers in Boxplot TODO: Introduce lower/upper extreme outliers in Boxplot
(each cell is also checked for neighboring domains if existing) (each cell is also checked for neighboring domains if existing)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment