diff --git a/Snakefile b/Snakefile
index b6a5ce113a01a8fe2e64ce016ce4fce8ae2d1cbd..2fbf55308db60ce38218907736a7713f869c34c6 100644
--- a/Snakefile
+++ b/Snakefile
@@ -23,12 +23,6 @@ TODO: Discuss name for quadrature mesh (now: grid)
 TODO: Contemplate using lambdify for basis
 
 Urgent:
-TODO: Extract object initialization from DGScheme -> Done
-TODO: Extract seaborn initialization from DGScheme -> Done
-TODO: Vectorize '_normalize_data()' during data generation -> Done
-TODO: Vectorize '_build_inverse_mass_matrix()' in OrthonormalLegendre -> Done
-TODO: Vectorize '_build_basis_matrix()' in OrthonormalLegendre -> Done
-TODO: Vectorize '_build_multiwavelet_matrix()' in OrthonormalLegendre -> Done
 TODO: Vectorize '_calculate_reconstructions()' in OrthonormalLegendre
 TODO: Replace loops/list comprehension with vectorization if feasible
 TODO: Replace loops with list comprehension if feasible