Skip to content

Commit 8e61c4e

Browse files
AurélienAurélien
authored andcommitted
remove unused step_thresh
1 parent c3a77bc commit 8e61c4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bluecellulab/tools.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,7 @@ def calculate_rheobase(cell: Cell,
441441
threshold_search_stim_start: float = 300.0,
442442
threshold_search_stim_stop: float = 1000.0,
443443
section: str = "soma[0]",
444-
segx: float = 0.5,
445-
step_thresh: float = -20.) -> float:
444+
segx: float = 0.5) -> float:
446445
"""Calculate the rheobase by first computing the upper bound threshold
447446
current.
448447

0 commit comments

Comments
 (0)