From c4151c1c3a9332bcb34cb6d8ecf44db4dba49289 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: Tue, 22 Nov 2022 17:01:43 +0100
Subject: [PATCH] Removed completed TODOs.

---
 Snakefile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Snakefile b/Snakefile
index 171ac8a..c1ebf6f 100644
--- a/Snakefile
+++ b/Snakefile
@@ -25,11 +25,6 @@ TODO: Contemplate allowing vector input for ICs
 TODO: Discuss how wavelet details should be plotted
 
 Urgent:
-TODO: Vectorize 'plot_details()' -> Done
-TODO: Remove unnecessary dimension during cell average calculation -> Done
-TODO: Vectorize 'get_cells()' for ANN detector -> Done
-TODO: Replace loops/list comprehension with vectorization if feasible -> Done
-TODO: Replace loops with list comprehension if feasible -> Done
 TODO: Check whether 'projection' is always a ndarray
 TODO: Check whether ghost cells are handled/set correctly
 TODO: Enforce even number of ghost cells on each side on fine mesh (?)
-- 
GitLab