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.
1 parent 8f6e9f8 commit 5521284Copy full SHA for 5521284
1 file changed
src/pointwise_loglikelihoods.jl
@@ -172,7 +172,6 @@ end
172
function _loglikelihood_eltype(dist::Distributions.AbstractMixtureModel, y::AbstractArray)
173
prob_type = eltype(Distributions.probs(dist))
174
components = Distributions.components(dist)
175
- return _loglikelihood_eltype(first(components), y)
176
component_type = if isconcretetype(eltype(components)) # all components are the same type
177
_loglikelihood_eltype(first(components), y)
178
else
0 commit comments