From 37b4bf2248acbe65b29e75432c1940af821c8a9e 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, 26 Apr 2022 11:50:22 +0200
Subject: [PATCH] Removed completed TODOs.

---
 DG_Approximation.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/DG_Approximation.py b/DG_Approximation.py
index 6268644..c506966 100644
--- a/DG_Approximation.py
+++ b/DG_Approximation.py
@@ -7,7 +7,6 @@ TODO: Contemplate saving 5-CV split and evaluating models separately
 TODO: Contemplate separating cell average and reconstruction calculations
 
 Urgent:
-TODO: Move calculate_cell_average() to Basis -> Done
 TODO: Hard-code simplification of cell average/reconstruction in basis
 TODO: Make basis variables public (if feasible)
 TODO: Contain polynomial degree in basis
@@ -15,7 +14,6 @@ TODO: Introduce Mesh class
     (mesh, cell_len, num_grid_cells, bounds, num_ghost_cells, etc.)
 TODO: Check whether ghost cells are handled/set correctly
 TODO: Find error in centering for ANN training
-TODO: Investigate g-mesh(?)
 TODO: Remove use of DGScheme from ANN_Data_Generator
 TODO: Adapt TCD from Soraya
     (Dropbox->...->TEST_troubled-cell-detector->Troubled_Cell_Detector)
@@ -25,6 +23,7 @@ TODO: Combine ANN workflows
 TODO: Add an environment file for Snakemake
 
 Critical, but not urgent:
+TODO: Investigate g-mesh(?)
 TODO: Force input_size for each ANN model to be stencil length
 TODO: Use full path for ANN model state
 TODO: Enforce abstract classes/methods (abc.ABC, abc.abstractmethod)
-- 
GitLab