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

Removed completed TODOs.

parent c8a41e54
No related branches found
No related tags found
No related merge requests found
...@@ -6,14 +6,10 @@ Code-Style: E226, W503 ...@@ -6,14 +6,10 @@ Code-Style: E226, W503
Docstring-Style: D200, D400 Docstring-Style: D200, D400
TODO: Test new ANN set-up with Soraya TODO: Test new ANN set-up with Soraya
TODO: Integrate Main.py into Snakefile -> Done
TODO: Generalize output for approximate_solution rule -> Done
TODO: Remove object set-up (for more flexibility) TODO: Remove object set-up (for more flexibility)
TODO: Add documentation TODO: Add documentation
TODO: Improve log output TODO: Improve log output
TODO: Fix logs in Snakefile -> Done
TODO: Throw exception for error due to missing classes TODO: Throw exception for error due to missing classes
TODO: Fix QObject timer error -> Done
""" """
import numpy as np import numpy as np
...@@ -30,6 +26,7 @@ from Plotting import plot_classification_accuracy, plot_boxplot ...@@ -30,6 +26,7 @@ from Plotting import plot_classification_accuracy, plot_boxplot
matplotlib.use('Agg') matplotlib.use('Agg')
class ModelTrainer(object): class ModelTrainer(object):
def __init__(self, config): def __init__(self, config):
self._reset(config) self._reset(config)
......
...@@ -20,7 +20,6 @@ TODO: Rename files according to standard ...@@ -20,7 +20,6 @@ TODO: Rename files according to standard
TODO: Add verbose output TODO: Add verbose output
TODO: Adapt TCD from Soraya (Dropbox->...->TEST_troubled-cell-detector->Troubled_Cell_Detector) TODO: Adapt TCD from Soraya (Dropbox->...->TEST_troubled-cell-detector->Troubled_Cell_Detector)
TODO: Improve file naming (e.g. use '.' instead of '__') TODO: Improve file naming (e.g. use '.' instead of '__')
TODO: Remove showing of plots -> Done
""" """
import os import os
......
...@@ -5,9 +5,6 @@ ...@@ -5,9 +5,6 @@
TODO: Adjust TCs for wavelet detectors (sliding window over all cells instead of every second) TODO: Adjust TCs for wavelet detectors (sliding window over all cells instead of every second)
TODO: Adjust Boxplot approach (adjacent cells, outer fence, etc.) TODO: Adjust Boxplot approach (adjacent cells, outer fence, etc.)
TODO: Give detailed description of wavelet detection TODO: Give detailed description of wavelet detection
TODO: Load ANN state and config in reset -> Done
TODO: Fix bug in output calculation -> Done
TODO: Adapt input data so that model output equals 1 for a troubled cell -> Done
""" """
import numpy as np import numpy as np
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment