Skip to content

Commit

Permalink
remove redundant forward simulations
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesknipp committed Oct 18, 2024
1 parent 04f9808 commit 5a8bba2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/utils/forward_simulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ function sample(

return x0, xs, ys
end
# function sample(model::AbstractStateSpaceModel, extra0, extras::AbstractVector)
# return sample(default_rng(), model, extra0, extras)
# end

# function sample(rng::AbstractRNG, model::AbstractStateSpaceModel, T::Integer)
# return sample(rng, model, nothing, [nothing for _ in 1:T])
# end
function sample(model::AbstractStateSpaceModel, T::Integer; kwargs...)
return sample(default_rng(), model, T; kwargs...)
end

0 comments on commit 5a8bba2

Please sign in to comment.