Skip to content

Commit

Permalink
Update filldist.jl (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Apr 15, 2024
1 parent 7f86afc commit b5e152c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filldist.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const FillMatrixOfUnivariate{
Tdists <: Fill{T, 2},
} = MatrixOfUnivariate{S, T, Tdists}

function filldist(dist::UnivariateDistribution, N1::Integer, N2::Integer)
function filldist(dist::UnivariateDistribution, N1::Int, N2::Int)
return MatrixOfUnivariate(Fill(dist, N1, N2))
end
function Distributions._logpdf(dist::FillMatrixOfUnivariate, x::AbstractMatrix{<:Real})
Expand Down

0 comments on commit b5e152c

Please sign in to comment.