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 f5f0877 commit d0f9283Copy full SHA for d0f9283
src/logger_dispatch.jl
@@ -79,8 +79,6 @@ summary_impl(name, value::Any) = text_summary(name, value)
79
preprocess(name, hist::Histogram{<:Any,1}, data) = push!(data, name=>hist)
80
summary_impl(name, hist::Histogram) = histogram_summary(name, hist)
81
82
-preprocess(name, (bins,weights)::Tuple{AbstractVector{<:Real},AbstractVector{<:Real}}, data) = return preprocess(name, fit(Histogram, weights, bins), data)
83
-
84
preprocess(name, val::AbstractArray{<:Real}, data) = return preprocess(name, fit(Histogram, collect(vec(val))), data)
85
86
# Split complex numbers into real/complex pairs
0 commit comments