From c9a6266391a0c52d86807d9ad259e40e662b92de 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: Wed, 19 Jan 2022 15:02:08 +0100 Subject: [PATCH] Removed completed TODOs. --- ANN_Training.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ANN_Training.py b/ANN_Training.py index b52964c..cd09c15 100644 --- a/ANN_Training.py +++ b/ANN_Training.py @@ -4,12 +4,11 @@ TODO: Test new ANN set-up with Soraya TODO: Integrate Main.py into Snakefile -TODO: Add log to pipeline -> Done TODO: Remove object set-up (for more flexibility) -TODO: Adapt TCD file to new classification -> Done TODO: Add documentation -TODO: Improve log output -TODO: Remove unnecessary comments -> Done +TODO: Improve log output (+ switch log: to correct pos after params:) +TODO: Throw exception for error due to missing classes +TODO: Fix QObject timer error """ import numpy as np -- GitLab