From fa32779619ad764997502a02902a15f30ab8b430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=BChle=2C=20Laura=20Christine=20=28lakue103=29?= <laura.kuehle@uni-duesseldorf.de> Date: Tue, 17 May 2022 17:51:50 +0200 Subject: [PATCH] Removed completed TODOs. --- DG_Approximation.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/DG_Approximation.py b/DG_Approximation.py index ce0c546..fcc22e7 100644 --- a/DG_Approximation.py +++ b/DG_Approximation.py @@ -7,11 +7,8 @@ TODO: Contemplate saving 5-CV split and evaluating models separately TODO: Contemplate separating cell average and reconstruction calculations completely TODO: Contemplate removing Methods section from class docstring -TODO: Contemplate moving stiffness and boundary matrix from update scheme - to basis Urgent: -TODO: Improve docstring for Basis class TODO: Enforce abstract classes/methods (abc.ABC, abc.abstractmethod) TODO: Introduce Mesh class (mesh, cell_len, num_grid_cells, bounds, num_ghost_cells, etc.) @@ -26,6 +23,7 @@ TODO: Combine ANN workflows TODO: Add an environment file for Snakemake Critical, but not urgent: +TODO: Check sign change in stiffness matrix to accommodate negative wave speed TODO: Investigate g-mesh(?) TODO: Force input_size for each ANN model to be stencil length TODO: Use full path for ANN model state -- GitLab