From 3aa7c76a64c86a5098ffeab0e3f8162c60eac015 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, 18 Nov 2020 14:26:27 +0100 Subject: [PATCH] Removed completed TODOs. --- DG_Approximation.py | 8 -------- Update_Scheme.py | 2 -- 2 files changed, 10 deletions(-) diff --git a/DG_Approximation.py b/DG_Approximation.py index 8c9e8cd..cd4bdeb 100644 --- a/DG_Approximation.py +++ b/DG_Approximation.py @@ -3,18 +3,10 @@ @author: Laura C. Kühle Plotter: -TODO: Contemplate using Seaborn instead of matplotlib -> Done (used now) - TODO: Double-check everything! TODO: Replace loops with list comprehension if feasible -TODO: Find better names for A, B, anything pertaining Gauss -> Done TODO: Write documentation for all methods - -TODO: Restructure Vectors_of_Polynomials -> Done -TODO: Rename Vectors_of_Polynomials -> Done (Basis_Function) TODO: Contemplate how to make shock tubes comparable -TODO: Implement type check for all kwargs and configs -> Done (not recommended for Python) -TODO: Create a Conda environment with dependencies -> Done """ import numpy as np diff --git a/Update_Scheme.py b/Update_Scheme.py index 171c0a2..d21c09f 100644 --- a/Update_Scheme.py +++ b/Update_Scheme.py @@ -2,8 +2,6 @@ """ @author: Laura C. Kühle -TODO: Find better names for A, B, M1, and M2 -> Done - """ import numpy as np import timeit -- GitLab