diff --git a/DG_Approximation.py b/DG_Approximation.py
index 78190c8b90b32b26013a497a01df703a1591b853..c44669b7de9cfea7f551e41feb13f8e7068ff52f 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