Skip to content

Commit

Permalink
add explicit weight value
Browse files Browse the repository at this point in the history
  • Loading branch information
harisorgn committed Jan 11, 2025
1 parent cc3a664 commit 4ac16c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _literate/neuron_mass.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ save(joinpath(@OUTPUT, "hh_power.svg"), fig); # hide

@named inp = ConstantInput(; I=3)

connection_rule(inp, nm)
connection_rule(inp, nm, weight=1)

# This source simply adds a fixed current to the input variable (`nm₊jcn`) of the downstream (destination) Blox.

Expand Down

0 comments on commit 4ac16c3

Please sign in to comment.