restructure project
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
|
||||
import unittest
|
||||
import numpy as np
|
||||
import helperFunctions as hF
|
||||
import matplotlib.pyplot as plt
|
||||
from CellData import icelldata_of_dir
|
||||
from Baseline import BaselineCellData
|
||||
import os
|
||||
from parser.CellData import icelldata_of_dir
|
||||
from experiments.Baseline import BaselineCellData
|
||||
|
||||
|
||||
class BaselineTester(unittest.TestCase):
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import unittest
|
||||
import numpy as np
|
||||
import helperFunctions as hF
|
||||
from my_util import helperFunctions as hF
|
||||
import matplotlib.pyplot as plt
|
||||
from warnings import warn
|
||||
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
import unittest
|
||||
import numpy as np
|
||||
import helperFunctions as hF
|
||||
import matplotlib.pyplot as plt
|
||||
from CellData import icelldata_of_dir
|
||||
from Baseline import BaselineCellData
|
||||
from my_util import helperFunctions as hF
|
||||
from parser.CellData import icelldata_of_dir
|
||||
from experiments.Baseline import BaselineCellData
|
||||
import os
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
|
||||
import unittest
|
||||
import numpy as np
|
||||
import helperFunctions as hF
|
||||
import matplotlib.pyplot as plt
|
||||
from my_util import helperFunctions as hF
|
||||
from models.LIFACnoise import LifacNoiseModel
|
||||
from stimuli.SinusAmplitudeModulation import SinusAmplitudeModulationStimulus
|
||||
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
from stimuli.SinusAmplitudeModulation import SinusAmplitudeModulationStimulus
|
||||
import unittest
|
||||
import numpy as np
|
||||
import helperFunctions as hF
|
||||
import matplotlib.pyplot as plt
|
||||
from warnings import warn
|
||||
|
||||
|
||||
class SinusoidalStimulusTester(unittest.TestCase):
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
from stimuli.SinusoidalStepStimulus import SinusoidalStepStimulus
|
||||
import unittest
|
||||
import numpy as np
|
||||
import helperFunctions as hF
|
||||
import matplotlib.pyplot as plt
|
||||
from warnings import warn
|
||||
|
||||
|
||||
class SinusoidalStepStimulusTester(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user