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 b43750b commit 60920b4Copy full SHA for 60920b4
src/flatten.jl
@@ -68,7 +68,7 @@ const flattened_dists = [ Bernoulli,
68
Truncated,
69
]
70
for T in flattened_dists
71
- @eval toflatten(::T) = true
+ @eval toflatten(::$T) = true
72
end
73
toflatten(::Distribution) = false
74
0 commit comments