diff --git a/Basis_Function.py b/Basis_Function.py
index 7e58c4c97230021c30899c1783302e74095e7e65..f0f8046e2eb67b073f78823bbfc073c1fbfe1ba4 100644
--- a/Basis_Function.py
+++ b/Basis_Function.py
@@ -2,8 +2,6 @@
 """
 @author: Laura C. Kühle
 
-TODO: Fix typo -> Done
-
 """
 import numpy as np
 from sympy import Symbol, integrate
diff --git a/Troubled_Cell_Detector.py b/Troubled_Cell_Detector.py
index 915317d2c667be3015c4315c97c82f0982806335..d92273164a61039827f4841f8ee7c482b44107c8 100644
--- a/Troubled_Cell_Detector.py
+++ b/Troubled_Cell_Detector.py
@@ -3,7 +3,6 @@
 @author: Laura C. Kühle, Soraya Terrab (sorayaterrab)
 
 TODO: Fix cell averages and reconstructions to create data with an x-point stencil
-TODO: Fix bug for max_avg calculation -> Done
 
 """
 import os