From d19b77dd1db67444c7207790cf73a03f8235d358 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, 25 May 2021 17:27:33 +0200
Subject: [PATCH] Removed completed TODOs.

---
 ANN_Model.py              | 3 ---
 ANN_Training.py           | 8 +-------
 DG_Approximation.py       | 1 +
 Troubled_Cell_Detector.py | 1 -
 4 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/ANN_Model.py b/ANN_Model.py
index ab25ee9..15685ba 100644
--- a/ANN_Model.py
+++ b/ANN_Model.py
@@ -2,9 +2,6 @@
 """
 @author: Laura C. Kühle, Soraya Terrab (sorayaterrab)
 
-TODO: Combine all ThreeLayerNet classes in one class -> Done
-TODO: Change naming temporarily for consistency with older models -> Done (later)
-
 INFO: /home/laura/anaconda3/lib/python3.7/site-packages/torch/nn/modules
 
 """
diff --git a/ANN_Training.py b/ANN_Training.py
index 1297d9f..4c471ec 100644
--- a/ANN_Training.py
+++ b/ANN_Training.py
@@ -3,15 +3,9 @@
 @author: Laura C. Kühle, Soraya Terrab (sorayaterrab)
 
 TODO: Improve 'epoch_training()'
-TODO: Improve 'save_model()' -> Done
 TODO: Add ANN testing from Soraya
 TODO: Add ANN classification from Soraya
-TODO: Add option to change directory for model saving -> Done
-TODO: Fix parameter bug -> Done
-TODO: Improve naming of training data
-TODO: Rename 'Artificial_Neural_Network' -> Done
-TODO: Rename 'ANN_Training_Data_Generator' -> Done
-TODO: Improve naming for trained model -> Done
+TODO: Improve naming of training data (maybe different folders?)
 
 """
 import numpy as np
diff --git a/DG_Approximation.py b/DG_Approximation.py
index 56edebd..11fadba 100644
--- a/DG_Approximation.py
+++ b/DG_Approximation.py
@@ -8,6 +8,7 @@ TODO: Replace loops with list comprehension if feasible
 TODO: Write documentation for all methods
 TODO: Contemplate how to make shock tubes comparable
 TODO: Check whether 'projection' is always a np.array()
+TODO: Check whether all instance variables sensible
 
 """
 import numpy as np
diff --git a/Troubled_Cell_Detector.py b/Troubled_Cell_Detector.py
index a3d1002..521629a 100644
--- a/Troubled_Cell_Detector.py
+++ b/Troubled_Cell_Detector.py
@@ -3,7 +3,6 @@
 @author: Laura C. Kühle, Soraya Terrab (sorayaterrab)
 
 TODO: Fix cell averages and reconstructions to create data with an x-point stencil
-TODO: Fix bug for ANN model initialization -> Done (later)
 
 """
 import os
-- 
GitLab