From a403b80fc9931f1b970876133fedc7b87846d541 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, 14 Sep 2021 14:18:54 +0200
Subject: [PATCH] Removed completed TODOs.

---
 DG_Approximation.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/DG_Approximation.py b/DG_Approximation.py
index 925aa6a..115bf88 100644
--- a/DG_Approximation.py
+++ b/DG_Approximation.py
@@ -3,14 +3,13 @@
 @author: Laura C. Kühle
 
 Plotter:
-TODO: Double-check everything!
+TODO: Double-check everything! (also with pylint, pytype, pydoc, pycodestyle)
 TODO: Replace loops with list comprehension if feasible
 TODO: Write documentation for all methods (important)
 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
 TODO: Adjust code to allow classes for all equations (Burger, linear advection, 1D Euler)
-TODO: Change maximal line length to 100 -> Done
 
 """
 import os
-- 
GitLab