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

Removed completed TODOs.

parent 83b7cbae
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,11 @@ ...@@ -5,10 +5,11 @@
Plotter: Plotter:
TODO: Double-check everything! TODO: Double-check everything!
TODO: Replace loops with list comprehension if feasible 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: Contemplate how to make shock tubes comparable
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
""" """
import numpy as np import numpy as np
......
...@@ -2,9 +2,7 @@ ...@@ -2,9 +2,7 @@
""" """
@author: Laura C. Kühle, Soraya Terrab (sorayaterrab) @author: Laura C. Kühle, Soraya Terrab (sorayaterrab)
TODO: Fix cell averages and reconstructions to create data with an x-point stencil -> Done TODO: Move plotting to separate file (try to adjust for different equations)
TODO: Add comments to get_cells() for ArtificialNeuralNetwork -> Done
TODO:
""" """
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