Skip to content

Commit

Permalink
Update doc/htmldoc/synapses/simulations_with_gap_junctions.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jessica-mitchell authored Aug 26, 2024
1 parent 872dc66 commit b418db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/htmldoc/synapses/simulations_with_gap_junctions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ possibility to create both connections with a single call to
a = nest.Create("hh_psc_alpha_gap")
b = nest.Create("hh_psc_alpha_gap")
gap_weight = 0.5
syn_dict = {"synapse_model":"gap_junction", "weight": gap_weight}
syn_dict = {"synapse_model": "gap_junction", "weight": gap_weight}
conn_dict = {"rule": "one_to_one", "make_symmetric": True}
# Create gap junction between neurons a and b
nest.Connect(a, b, conn_dict, syn_dict)
Expand Down

0 comments on commit b418db6

Please sign in to comment.