From 48ba8348f0037d4425614d48aac694417db97c58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaquier=20Aur=C3=A9lien=20Tristan?= Date: Thu, 7 Dec 2023 11:14:26 +0100 Subject: [PATCH] tmp commit for debugging --- bluepyefe/ecode/sAHP.py | 1 + 1 file changed, 1 insertion(+) 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: