Skip to content
Snippets Groups Projects
Commit a403b80f authored by Laura Christine Kühle's avatar Laura Christine Kühle
Browse files

Removed completed TODOs.

parent b744085c
No related branches found
No related tags found
No related merge requests found
...@@ -3,14 +3,13 @@ ...@@ -3,14 +3,13 @@
@author: Laura C. Kühle @author: Laura C. Kühle
Plotter: Plotter:
TODO: Double-check everything! TODO: Double-check everything! (also with pylint, pytype, pydoc, pycodestyle)
TODO: Replace loops with list comprehension if feasible TODO: Replace loops with list comprehension if feasible
TODO: Write documentation for all methods (important) TODO: Write documentation for all methods (important)
TODO: Check whether 'projection' is always a np.array() TODO: Check whether 'projection' is always a np.array()
TODO: Check whether all instance variables sensible TODO: Check whether all instance variables sensible
TODO: Use cfl_number for updating, not just time TODO: Use cfl_number for updating, not just time
TODO: Adjust code to allow classes for all equations (Burger, linear advection, 1D Euler) TODO: Adjust code to allow classes for all equations (Burger, linear advection, 1D Euler)
TODO: Change maximal line length to 100 -> Done
""" """
import os import os
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment