From 204ea3d34bffd0dc49d74f43321908af9554193f 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: Thu, 27 Oct 2022 23:23:03 +0200 Subject: [PATCH] Removed completed TODOs. --- Snakefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Snakefile b/Snakefile index 14b18dd..1625758 100644 --- a/Snakefile +++ b/Snakefile @@ -24,9 +24,6 @@ TODO: Contemplate using lambdify for basis TODO: Ask why MinMod slope is only calculated from degree 1, not 0 Urgent: -TODO: Vectorize '_calculate_reconstructions()' in OrthonormalLegendre -> Done -TODO: Vectorize 'do_initial_projection()' -> Done -TODO: Rework UpdateScheme to limit over array instead of cell -> Done TODO: Vectorize '_determine_modification()' in ModifiedMinMod TODO: Vectorize '_set_cell_slope()' in MinMod TODO: Vectorize '_determine_modification()' in MinMod -- GitLab