We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb2cb0 commit 902641fCopy full SHA for 902641f
test/ext/DynamicPPLJETExt.jl
@@ -35,7 +35,7 @@
35
if x
36
y ~ Normal()
37
else
38
- y ~ Cauchy() # different distibution, but same transformation => should work
+ y ~ Cauchy() # different distibution, but same transformation
39
end
40
41
@test DynamicPPL.determine_varinfo(demo4(); verbose=true) isa
0 commit comments