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

Removed completed TODOs.

parent 96d5ada8
Branches
No related tags found
No related merge requests found
...@@ -9,12 +9,12 @@ TODO: Contemplate separating cell average and reconstruction calculations ...@@ -9,12 +9,12 @@ TODO: Contemplate separating cell average and reconstruction calculations
TODO: Contemplate removing Methods section from class docstring TODO: Contemplate removing Methods section from class docstring
Urgent: Urgent:
TODO: Enforce abstract classes/methods (abc.ABC, abc.abstractmethod)
TODO: Introduce Mesh class TODO: Introduce Mesh class
(mesh, cell_len, num_grid_cells, bounds, num_ghost_cells, etc.) (mesh, cell_len, num_grid_cells, bounds, num_ghost_cells, etc.)
TODO: Check whether ghost cells are handled/set correctly TODO: Check whether ghost cells are handled/set correctly
TODO: Find error in centering for ANN training TODO: Replace getter with property attributes for quadrature
TODO: Remove use of DGScheme from ANN_Data_Generator TODO: Remove use of DGScheme from ANN_Data_Generator
TODO: Find error in centering for ANN training
TODO: Adapt TCD from Soraya TODO: Adapt TCD from Soraya
(Dropbox->...->TEST_troubled-cell-detector->Troubled_Cell_Detector) (Dropbox->...->TEST_troubled-cell-detector->Troubled_Cell_Detector)
TODO: Add verbose output TODO: Add verbose output
...@@ -25,6 +25,7 @@ TODO: Add an environment file for Snakemake ...@@ -25,6 +25,7 @@ TODO: Add an environment file for Snakemake
Critical, but not urgent: Critical, but not urgent:
TODO: Check sign change in stiffness matrix to accommodate negative wave speed TODO: Check sign change in stiffness matrix to accommodate negative wave speed
TODO: Investigate g-mesh(?) TODO: Investigate g-mesh(?)
TODO: Create g-mesh with Mesh class
TODO: Force input_size for each ANN model to be stencil length TODO: Force input_size for each ANN model to be stencil length
TODO: Use full path for ANN model state TODO: Use full path for ANN model state
TODO: Extract object initialization from DGScheme TODO: Extract object initialization from DGScheme
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment