Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit a9ddf7a

Browse files
committed
Be a bit more explicit in doc of replace_axon_hoc
1 parent ce4af5c commit a9ddf7a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

bluepyopt/ephys/morphologies.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,11 @@ def __init__(
6161
morphology
6262
do_replace_axon (bool): Does the axon need to be replaced by an AIS
6363
stub with default function ?
64-
replace_axon_hoc (str): String replacement for the 'replace_axon'
65-
command in hoc Must include 'proc replace_axon(){ ... }
64+
replace_axon_hoc (str): Translation in HOC language for the
65+
'replace_axon' method. This code will 'only' be used when
66+
calling create_hoc on a cell model. While the model is run in
67+
python, replace_axon is used instead. Must include
68+
'proc replace_axon(){ ... }
6669
If None,the default replace_axon is used
6770
nseg_frequency (float): frequency of nseg
6871
do_set_nseg (bool): if True, it will use nseg_frequency

0 commit comments

Comments
 (0)