Skip to content

Commit

Permalink
Add one more annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Aug 6, 2024
1 parent fbe0d30 commit 5bfc246
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/context_implementations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,9 @@ function dot_tilde_assume(::IsParent, rng, context::AbstractContext, args...)
return dot_tilde_assume(rng, childcontext(context), args...)
end

function dot_tilde_assume(rng, ::DefaultContext, sampler, right, left, vns, vi)
function dot_tilde_assume(
rng::Random.AbstractRNG, ::DefaultContext, sampler, right, left, vns, vi
)
return dot_assume(rng, sampler, right, vns, left, vi)
end

Expand Down

0 comments on commit 5bfc246

Please sign in to comment.