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 417ba02 commit 875fdb4Copy full SHA for 875fdb4
src/logger_dispatch.jl
@@ -76,7 +76,7 @@ summary_impl(name, value::Any) = text_summary(name, value)
76
77
########## For things going to LogHistograms ########################
78
# Only consider 1D histograms for histogram plotting
79
-preprocess(name, hist::Histogram{T,1}, data) where T = push!(data, name=>hist)
+preprocess(name, hist::Histogram{<:Any,1}, data) = push!(data, name=>hist)
80
summary_impl(name, hist::Histogram) = histogram_summary(name, hist)
81
82
# TODO: maybe deprecate? tuple means histogram (only if bins/weights match)
0 commit comments