From 272bcd8869bd2cda8bef7e21b3077ce36acce75f 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, 1 Feb 2022 18:10:57 +0100 Subject: [PATCH] Removed completed TODOs. --- ANN_Training.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ANN_Training.py b/ANN_Training.py index bd3403c..64d7597 100644 --- a/ANN_Training.py +++ b/ANN_Training.py @@ -8,8 +8,6 @@ Docstring-Style: D200, D400 TODO: Test new ANN set-up with Soraya TODO: Remove object set-up (for more flexibility) TODO: Add documentation -TODO: Improve log output (timer, bit of text) -> Done -TODO: Remove error for missing classes -> Done TODO: Allow multiple approximations in one config """ -- GitLab