Skip to content
Snippets Groups Projects
Commit a5b36085 authored by Laura Christine Kühle's avatar Laura Christine Kühle
Browse files

Changed order of imports.

parent 7c1c06aa
No related branches found
No related tags found
No related merge requests found
...@@ -13,14 +13,15 @@ TODO: Add documentation -> Done ...@@ -13,14 +13,15 @@ TODO: Add documentation -> Done
TODO: Improve comments -> Done TODO: Improve comments -> Done
TODO: Remove unnecessary lines -> Done TODO: Remove unnecessary lines -> Done
TODO: Fix bug in 'input_data' calculation -> Done TODO: Fix bug in 'input_data' calculation -> Done
TODO: Change order of imports -> Done
""" """
import numpy as np
import os import os
import timeit
import numpy as np
import DG_Approximation import DG_Approximation
import timeit
class TrainingDataGenerator(object): class TrainingDataGenerator(object):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment