Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
torfjelde and github-actions[bot] authored Nov 16, 2023
1 parent e6a06a8 commit afe5454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/varinfo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -598,11 +598,11 @@ DynamicPPL.getspace(::DynamicPPL.Sampler{MySAlg}) = (:s,)
@testset "different models" begin
@model function demo_merge_different_y()
x ~ Uniform()
y ~ Normal()
return y ~ Normal()
end
@model function demo_merge_different_z()
x ~ Normal()
z ~ Normal()
return z ~ Normal()
end
model_left = demo_merge_different_y()
model_right = demo_merge_different_z()
Expand Down

0 comments on commit afe5454

Please sign in to comment.