Skip to content

Commit

Permalink
Merge pull request #5 from TuringLang/csp/bundle-fix
Browse files Browse the repository at this point in the history
Return a vector of samples instead of an error
  • Loading branch information
cpfiffer authored Jan 12, 2020
2 parents 30396b8 + 164fa54 commit 6a0e68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbstractMCMC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ function bundle_samples(
ts::Vector{T};
kwargs...
) where {ModelType<:AbstractModel, SamplerType<:AbstractSampler, T<:AbstractTransition}
error("No bundle_samples function defined")
return ts
end

"""
Expand Down

0 comments on commit 6a0e68a

Please sign in to comment.