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.
Typle
1 parent 4a89a6d commit e74607fCopy full SHA for e74607f
test/modeling_library/product.jl
@@ -41,7 +41,7 @@ continuous_product = ProductDistribution(uniform, normal)
41
42
# random
43
x = continuous_product(low, high, mu, std)
44
- @assert typeof(x) == Gen.get_return_type(continuous_product) == Typle{Float64, Float64}
+ @assert typeof(x) == Gen.get_return_type(continuous_product) == Tuple{Float64, Float64}
45
46
# logpdf
47
x = (0.1, 0.7)
0 commit comments