From d0222caecf7eccc140d015ac10d85b6f242548bb 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 Mar 2022 12:50:02 +0100
Subject: [PATCH] Removed completed TODOs.

---
 ANN_Training.py | 3 ---
 Plotting.py     | 2 --
 2 files changed, 5 deletions(-)

diff --git a/ANN_Training.py b/ANN_Training.py
index ab52a28..65dc77a 100644
--- a/ANN_Training.py
+++ b/ANN_Training.py
@@ -5,15 +5,12 @@
 Code-Style: E226, W503
 Docstring-Style: D200, D400
 
-TODO: Add documentation -> Done
 TODO: Add README for ANN training
 TODO: Fix random seed
 TODO: Write-protect all data and models
 TODO: Put legend outside plot (bbox_to_anchor)
 TODO: Put plotting into separate function
 TODO: Reduce number of testing epochs to 50
-TODO: Adapt docstring to uniform standard -> Done
-TODO: Change maximal line length to 79 (as advised by PEP8) -> Done
 
 """
 import numpy as np
diff --git a/Plotting.py b/Plotting.py
index debe925..2059f88 100644
--- a/Plotting.py
+++ b/Plotting.py
@@ -3,8 +3,6 @@
 @author: Laura C. Kühle
 
 TODO: Give option to select plotting color
-TODO: Add documentation to plot_boxplot() -> Done
-TODO: Adjust documentation for plot_classification_accuracy() -> Done
 
 """
 from typing import Tuple
-- 
GitLab