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 158a17b commit cc5a475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def generate_snippets(
def synthesize_poisson_spike_vector(
num_units=20,
sampling_frequency=30000.0,
duration=60,
duration=60.0,
refractory_period_ms=4.0,
firing_rates=3.0,
seed=0,
Expand Down

0 comments on commit cc5a475

Please sign in to comment.