diff --git a/bluepyefe/ecode/sAHP.py b/bluepyefe/ecode/sAHP.py index 9b6304b..9b6a40c 100644 --- a/bluepyefe/ecode/sAHP.py +++ b/bluepyefe/ecode/sAHP.py @@ -125,6 +125,7 @@ def compute_amp(self, current, config_data, reader_data): self.set_amplitudes_ecode("amp", config_data, reader_data, amp_value) amp2_value = numpy.median(smooth_current[self.tmid : self.tmid2]) - self.hypamp + print(f"amp2 is {amp2_value}") self.set_amplitudes_ecode("amp2", config_data, reader_data, amp2_value) if config_data.get("tend", None) is None: