Skip to content

Commit 4fef20f

Browse files
committed
Fix demo_dot_assume_observe_submodel prefixing
1 parent 6d1048d commit 4fef20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_utils/models.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ end
476476
# Submodel likelihood
477477
# With to_submodel, we have to have a left-hand side variable to
478478
# capture the result, so we just use a dummy variable
479-
_ignore ~ to_submodel(_likelihood_multivariate_observe(s, m, x))
479+
_ignore ~ to_submodel(_likelihood_multivariate_observe(s, m, x), false)
480480

481481
return (; s=s, m=m, x=x)
482482
end

0 commit comments

Comments
 (0)