remove print out
This commit is contained in:
parent
ad62b31abc
commit
dbd28a7bd3
@ -344,7 +344,7 @@ class BaselineModel(Baseline):
|
||||
self.model.simulate_fast(stimulus, 1)
|
||||
adaption = self.model.get_adaption_trace()
|
||||
self.model.set_variable("a_zero", adaption[-1])
|
||||
print("Baseline: model a_zero set to", adaption[-1])
|
||||
# print("Baseline: model a_zero set to", adaption[-1])
|
||||
|
||||
def get_baseline_frequency(self):
|
||||
if self.baseline_frequency == -1:
|
||||
|
@ -402,7 +402,7 @@ class FICurveModel(FICurve):
|
||||
self.model.simulate_fast(stimulus, 1)
|
||||
adaption = self.model.get_adaption_trace()
|
||||
self.model.set_variable("a_zero", adaption[-1])
|
||||
print("FiCurve: model a_zero set to", adaption[-1])
|
||||
# print("FiCurve: model a_zero set to", adaption[-1])
|
||||
|
||||
def calculate_all_frequency_points(self):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user