Skip to content

Commit

Permalink
assign keyword arg
Browse files Browse the repository at this point in the history
  • Loading branch information
stecrotti committed May 2, 2024
1 parent 06fbafb commit 0daf8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sampling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ function simulate_queue_sis!(x, g, P0, λ, μ, α, T;
end


function continuous_sis_sampler(sis, T, λ, ρ; α, nsamples = 10^5, sites=1:nv(sis.g), Δt=T/200,
function continuous_sis_sampler(sis, T, λ, ρ; α=0, nsamples = 10^5, sites=1:nv(sis.g), Δt=T/200,
discard_dead_epidemics=false, rng = GLOBAL_RNG)
K = floor(Int, T/Δt)+1
N = nv(sis.g)
Expand Down

0 comments on commit 0daf8b8

Please sign in to comment.