diff --git a/Snakefile b/Snakefile
index 968ea41f54ec63b79390c826cb7e25b95a66ad77..fd059c4df67a177f3f4c221ed4a1efcdc0f2ab03 100644
--- a/Snakefile
+++ b/Snakefile
@@ -23,9 +23,6 @@ TODO: Contemplate allowing vector input for ICs
 TODO: Discuss how wavelet details should be plotted
 
 Urgent:
-TODO: Rename stiffness matrix to volume integral matrix -> Done
-TODO: Rename boundary matrix to flux matrix -> Done
-TODO: Change num_ghost_cells to be 1 for calc and 0 for other -> Done
 TODO: Move boundary condition to Mesh class
 TODO: Ensure exact solution is calculated in Equation class
 TODO: Extract objects from UpdateScheme