Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
heplesser committed Sep 3, 2024
1 parent 5dda6c6 commit 1233e08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/htmldoc/synapses/connectivity_concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -556,11 +556,11 @@ up to two randomly selected nodes in ``A`` (given ``pool_size == 2``).
T = nest.Create('aeif_cond_alpha_astro', N_T)
A = nest.Create('astrocyte_lr_1994', N_A)
conn_spec = {'rule': 'pairwise_bernoulli',
'p': p_primary}
'p': p_primary}
third_factor_conn_spec = {'rule': 'third_factor_bernoulli_with_pool',
'p': p_third_if_primary,
'pool_type': pool_type,
'pool_size': pool_size}
'p': p_third_if_primary,
'pool_type': pool_type,
'pool_size': pool_size}
syn_specs = {'third_out': 'sic_connection'}
nest.TripartiteConnect(S, T, A, conn_spec, third_factor_conn_spec, syn_specs)
Expand Down

0 comments on commit 1233e08

Please sign in to comment.