From 9f5f24ebc4e130fbaf90999d1982eb114cb490c7 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, 27 Jul 2021 17:44:32 +0200
Subject: [PATCH] Removed completed TODOs.

---
 DG_Approximation.py       | 3 ++-
 Troubled_Cell_Detector.py | 4 +---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/DG_Approximation.py b/DG_Approximation.py
index aa9408a..fc43cdb 100644
--- a/DG_Approximation.py
+++ b/DG_Approximation.py
@@ -5,10 +5,11 @@
 Plotter:
 TODO: Double-check everything!
 TODO: Replace loops with list comprehension if feasible
-TODO: Write documentation for all methods
+TODO: Write documentation for all methods (important)
 TODO: Contemplate how to make shock tubes comparable
 TODO: Check whether 'projection' is always a np.array()
 TODO: Check whether all instance variables sensible
+TODO: Use cfl_number for updating, not just time
 
 """
 import numpy as np
diff --git a/Troubled_Cell_Detector.py b/Troubled_Cell_Detector.py
index 5e89b9e..15c32b0 100644
--- a/Troubled_Cell_Detector.py
+++ b/Troubled_Cell_Detector.py
@@ -2,9 +2,7 @@
 """
 @author: Laura C. Kühle, Soraya Terrab (sorayaterrab)
 
-TODO: Fix cell averages and reconstructions to create data with an x-point stencil -> Done
-TODO: Add comments to get_cells() for ArtificialNeuralNetwork -> Done
-TODO:
+TODO: Move plotting to separate file (try to adjust for different equations)
 
 """
 import os
-- 
GitLab