Skip to content

Commit

Permalink
tmp commit for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Dec 7, 2023
1 parent fb7a587 commit 48ba834
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bluepyefe/ecode/sAHP.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 48ba834

Please sign in to comment.