From f3d65297120b19f84097d75a7347300e42941889 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: Sat, 4 Jun 2022 17:45:34 +0200 Subject: [PATCH] Removed completed TODOs. --- DG_Approximation.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/DG_Approximation.py b/DG_Approximation.py index 78190c8..c44669b 100644 --- a/DG_Approximation.py +++ b/DG_Approximation.py @@ -14,11 +14,6 @@ TODO: Contemplate containing boundary condition in Mesh TODO: Ask whether all quadratures depend on freely chosen num_nodes Urgent: -TODO: Replace getter with property attributes for quadrature -> Done -TODO: Rename eval_points in Quadrature to nodes -> Done -TODO: Improve docstring for quadrature -> Done -TODO: Ensure repeatable output through seeds and deterministic models -> Done -TODO: Remove use of DGScheme from ANN_Data_Generator -> Done TODO: Remove unnecessary instance variables from TrainingDataGenerator TODO: Find error in centering for ANN training TODO: Adapt TCD from Soraya @@ -33,6 +28,7 @@ TODO: Ensure uniform use of mesh and grid Critical, but not urgent: TODO: Combine ANN workflows +TODO: Build package (module?) for DG scheme TODO: Add an environment file for Snakemake TODO: Investigate profiling for speed up TODO: Rework Theoretical TC for efficiency -- GitLab