diff --git a/DG_Approximation.py b/DG_Approximation.py index 925aa6a62da71c1856058a9727d5c003aa52997e..115bf888429111f296515364e402da80e480060a 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