Skip to content

Commit

Permalink
Fix Neuron syntax error in replace_axon_legacy_hoc (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkilic authored Apr 11, 2024
1 parent 9ad2a7b commit 72d156c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bluepyemodel/evaluation/modifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,7 @@ def replace_axon_legacy(sim=None, icell=None):


replace_axon_legacy_hoc = """
proc replace_axon(){
local nSec, L_chunk, dist, i1, i2, count, L_target, chunkSize, L_real localobj diams, lens
proc replace_axon(){local nSec, L_chunk, dist, i1, i2, count, L_target, chunkSize, L_real localobj diams, lens
L_target = 60 // length of stub axon
nseg0 = 5 // number of segments for each of the two axon sections
Expand Down

0 comments on commit 72d156c

Please sign in to comment.