Skip to content

Commit

Permalink
Update src/spikeinterface/core/generate.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zach McKenzie <[email protected]>
  • Loading branch information
h-mayorquin and zm711 authored Nov 20, 2023
1 parent 116355c commit 158a17b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/spikeinterface/core/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ def synthesize_poisson_spike_vector(
firing_rates : float or array_like, default: 3.0
Firing rate(s) in Hz. Can be a single value for all units or an array of firing rates with
each element being the firing rate for one unit
seed : int, optional
Seed for random number generator (default is 0).
seed : int, default: 0
Seed for random number generator
Returns
-------
Expand Down

0 comments on commit 158a17b

Please sign in to comment.