From ae8ed3f75109d7a996b818fdb2b023c0f8fac3e1 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: Sun, 13 Nov 2022 22:40:12 +0100 Subject: [PATCH] Removed completed TODOs. --- Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snakefile b/Snakefile index 7bcb15c..05ca0d4 100644 --- a/Snakefile +++ b/Snakefile @@ -21,9 +21,9 @@ TODO: Discuss descriptions (matrices, cfl number, right-hand side, TODO: Discuss referencing info on SSPRK3 TODO: Discuss name for quadrature mesh (now: grid) TODO: Contemplate using lambdify for basis +TODO: Discuss how wavelet details should be plotted Urgent: -TODO: Vectorize '_reset()' for update scheme -> Done TODO: Vectorize 'plot_details()' TODO: Replace loops/list comprehension with vectorization if feasible TODO: Replace loops with list comprehension if feasible -- GitLab