Skip to content

Commit e1d5b86

Browse files
committed
Change get_return_value to Gen.get_return_value
1 parent 2b62bd0 commit e1d5b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modeling_library/product.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function ProductDistribution(distributions::Vararg{<:Distribution})
5252
start_pos = 1
5353

5454
for dist in distributions
55-
push!(types, get_return_type(dist))
55+
push!(types, Gen.get_return_type(dist))
5656

5757
_has_output_grads = _has_output_grads && has_output_grad(dist)
5858
_is_discrete = _is_discrete && is_discrete(dist)

0 commit comments

Comments
 (0)