diff --git a/ANN_Data_Generator.py b/ANN_Data_Generator.py index e9a9b8c2a72e3dfda2184c15bde30b9b1d36ae62..14e395cdfd26c7eca10320e547e7642f74cc96bd 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