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 8fdf764 commit 0e2fac1Copy full SHA for 0e2fac1
src/compiler.jl
@@ -520,8 +520,8 @@ function generate_dot_tilde(left, right)
520
@gensym dist left_axes idx
521
return quote
522
$dist = $(DynamicPPL.check_dot_tilde_rhs)($right)
523
- $left_axes = axes($left)
524
- for $idx in Iterators.product($left_axes...)
+ $left_axes = $(axes)($left)
+ for $idx in $(Iterators.product)($left_axes...)
525
$left[$idx...] ~ $dist
526
end
527
0 commit comments