Skip to content

Commit 5a7f283

Browse files
authored
Fix dirichlet type
1 parent e7c5571 commit 5a7f283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modeling_library/distributions/dirichlet.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
struct Dirichlet <: Distribution{Float64} end
1+
struct Dirichlet <: Distribution{Vector{Float64}} end
22

33
"""
44
Dirichlet(alpha::Vector{Float64})

0 commit comments

Comments
 (0)