restructure project
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from stimuli.AbstractStimulus import AbstractStimulus
|
||||
from models.AbstractModel import AbstractModel
|
||||
import numpy as np
|
||||
from functions import line
|
||||
from my_util.functions import line
|
||||
|
||||
|
||||
class FirerateModel(AbstractModel):
|
||||
|
||||
@@ -1,13 +1,9 @@
|
||||
from stimuli.AbstractStimulus import AbstractStimulus
|
||||
from models.AbstractModel import AbstractModel
|
||||
import numpy as np
|
||||
import functions as fu
|
||||
from my_util import functions as fu
|
||||
from numba import jit
|
||||
import helperFunctions as hF
|
||||
from stimuli.SinusoidalStepStimulus import SinusoidalStepStimulus
|
||||
from scipy.optimize import curve_fit
|
||||
from warnings import warn
|
||||
import matplotlib.pyplot as plt
|
||||
from collections import OrderedDict
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
import helperFunctions as hF
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user