From c5861ec58ba3a6ae9253cd656d4588d092ded3ad 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: Mon, 14 Mar 2022 10:30:54 +0100
Subject: [PATCH] Removed completed TODOs.

---
 DG_Approximation.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/DG_Approximation.py b/DG_Approximation.py
index 3348922..e09819f 100644
--- a/DG_Approximation.py
+++ b/DG_Approximation.py
@@ -8,9 +8,10 @@ TODO: Adapt TCD from Soraya
     (Dropbox->...->TEST_troubled-cell-detector->Troubled_Cell_Detector)
 TODO: Add verbose output
 TODO: Improve file naming (e.g. use '.' instead of '__')
-TODO: Give option to leave out reconstructions for ANN data -> Done
 TODO: Force input_size for each ANN model to be stencil length
 TODO: Combine ANN workflows
+TODO: Unify use of 'length' and 'len' in naming
+TODO: Add an environment file for Snakemake
 
 Critical, but not urgent:
 TODO: Use cfl_number for updating, not just time
@@ -25,7 +26,6 @@ TODO: Rename files according to standard
 TODO: Outsource scripts into separate directory
 TODO: Allow comparison between ANN training datasets
 TODO: Add a default model state
-TODO: Add an environment file for Snakemake
 
 Not feasible yet or doc-related:
 TODO: Double-check everything! (also with pylint, pytype, pydoc, pycodestyle)
-- 
GitLab