Skip to content

Commit

Permalink
Correct pool type in small network example
Browse files Browse the repository at this point in the history
  • Loading branch information
heplesser committed Aug 27, 2024
1 parent 6744b09 commit 5dda6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynest/examples/astrocytes/astrocyte_small_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
p_primary = 1.0 # connection probability between neurons
p_third_if_primary = 1.0 # probability of each created neuron-neuron connection to be paired with one astrocyte
pool_size = 1 # astrocyte pool size for each target neuron
pool_type = "random" # the way to determine the astrocyte pool for each target neuron
pool_type = "block" # the way to determine the astrocyte pool for each target neuron

###############################################################################
# Set astrocyte parameters.
Expand Down

0 comments on commit 5dda6c6

Please sign in to comment.