From c5958fdef7dc800358f12b1590bea25e884866ed 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: Sun, 5 Jun 2022 16:40:03 +0200 Subject: [PATCH] Removed completed TODOs. --- DG_Approximation.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/DG_Approximation.py b/DG_Approximation.py index d0acc65..91070b0 100644 --- a/DG_Approximation.py +++ b/DG_Approximation.py @@ -16,9 +16,6 @@ TODO: Contemplate saving each IC separately TODO: Contemplate removing TrainingDataGenerator class Urgent: -TODO: Remove unnecessary instance variables from TrainingDataGenerator -> Done -TODO: Fix bug during adjustment setting -> Done -TODO: Move stencil building to Mesh -> Done TODO: Investigate self-referencing in classes TODO: Remove stencil_length as instance variable TODO: Find errors in centering for ANN training -- GitLab