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

Removed completed TODOs.

parent cc2d79ea
No related branches found
No related tags found
No related merge requests found
......@@ -3,18 +3,10 @@
@author: Laura C. Kühle
Plotter:
TODO: Contemplate using Seaborn instead of matplotlib -> Done (used now)
TODO: Double-check everything!
TODO: Replace loops with list comprehension if feasible
TODO: Find better names for A, B, anything pertaining Gauss -> Done
TODO: Write documentation for all methods
TODO: Restructure Vectors_of_Polynomials -> Done
TODO: Rename Vectors_of_Polynomials -> Done (Basis_Function)
TODO: Contemplate how to make shock tubes comparable
TODO: Implement type check for all kwargs and configs -> Done (not recommended for Python)
TODO: Create a Conda environment with dependencies -> Done
"""
import numpy as np
......
......@@ -2,8 +2,6 @@
"""
@author: Laura C. Kühle
TODO: Find better names for A, B, M1, and M2 -> Done
"""
import numpy as np
import timeit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment