From 5a1746c69ce777769e27e120f66ec7a63457491c 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: Wed, 30 Jun 2021 12:55:38 +0200 Subject: [PATCH] Removed completed TODOs. --- Basis_Function.py | 2 -- Troubled_Cell_Detector.py | 1 - 2 files changed, 3 deletions(-) diff --git a/Basis_Function.py b/Basis_Function.py index 7e58c4c..f0f8046 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 915317d..d922731 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 -- GitLab