Skip to content

Commit

Permalink
FIXUP _local_productmeasure
Browse files Browse the repository at this point in the history
Co-authored-by: Chad Scherrer <chad.scherrer@gmail.com>
  • Loading branch information
oschulz and cscherrer authored Jun 23, 2023
1 parent b132fea commit 5cbbaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/combinators/hierarchical.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ _autoflat_combine_variates(a::Tuple, b::Tuple) = (a, b)
_autoflat_combine_variates(a::NamedTuple, b::NamedTuple) = merge(a, b)


_local_productmeasure(::NoFlatten, μ1, μ2) = productmeasure(μ1, μ2)
_local_productmeasure(::NoFlatten, μ1, μ2) = productmeasure((μ1, μ2))

# TODO: _local_productmeasure(::AutoFlatten, μ1, μ2) = productmeasure(μ1, μ2)
# Needs a FlatProductMeasure type.
Expand Down

0 comments on commit 5cbbaef

Please sign in to comment.