Skip to content

Commit

Permalink
fix spike rate physical units
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Ekkehard Plesser <[email protected]>
  • Loading branch information
clinssen and heplesser authored Dec 9, 2024
1 parent db41c5d commit fc1e4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynest/examples/one_neuron_with_noise.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
###############################################################################
# Third, the Poisson generator is configured using ``SetStatus``, which expects
# a list of node handles and a list of parameter dictionaries. We set the
# Poisson generators to 8,000 spks/s and 15,000 spks/s, respectively. Note that
# Poisson generators to 80,000 spks/s and 15,000 spks/s, respectively. Note that
# we do not need to set parameters for the neuron and the voltmeter, since they
# have satisfactory defaults.

Expand Down

0 comments on commit fc1e4fd

Please sign in to comment.