From 7db8d3d9e2e6a10cee681907ddf284b44327de16 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, 30 Nov 2021 13:49:19 +0100 Subject: [PATCH] Removed completed TODOs. --- ANN_Data_Generator.py | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/ANN_Data_Generator.py b/ANN_Data_Generator.py index e9a9b8c..14e395c 100644 --- a/ANN_Data_Generator.py +++ b/ANN_Data_Generator.py @@ -2,24 +2,7 @@ """ @author: Soraya Terrab (sorayaterrab), Laura C. Kühle -TODO: Improve '_generate_cell_data' -> Done -TODO: Extract normalization (Combine smooth and troubled before normalizing) -> Done -TODO: Adapt code to generate both normalized and non-normalized data -> Done -TODO: Improve verbose output -> Done -TODO: Change order of methods -> Done -TODO: Fix bug in initialization of input matrix -> Done -TODO: Improve function selection (more even distribution) -> Done -TODO: Add documentation -> Done -TODO: Improve comments -> Done -TODO: Remove unnecessary lines -> Done -TODO: Fix bug in 'input_data' calculation -> Done -TODO: Change order of imports -> Done -TODO: Improve calculation of normalization -> Done -TODO: Improve calculation of random point for stencil -> Done -TODO: Improve directory selection -> Done - """ - import os import timeit import numpy as np -- GitLab