Giter Site home page Giter Site logo

profiling performance about jet.jl HOT 1 CLOSED

aviatesk avatar aviatesk commented on June 10, 2024
profiling performance

from jet.jl.

Comments (1)

aviatesk avatar aviatesk commented on June 10, 2024

on 1ba496b:

❯ julia-dev density.jl                         
[ Info: package loading
  1.779520 seconds (941.78 k allocations: 58.543 MiB, 1.13% gc time, 18.80% compilation time)
[ Info: warm up
No errors !
  4.809679 seconds (3.34 M allocations: 186.523 MiB, 1.40% gc time, 99.78% compilation time)
[ Info: first time heavy profiling
═════ 28 possible errors found ═════
┌ @ /Users/aviatesk/.julia/packages/RecipesBase/aQmWx/src/RecipesBase.jl:402 Plots.#density#365(Core.tuple(Base.pairs(Core.NamedTuple()), #self#), args...)
│┌ @ /Users/aviatesk/.julia/packages/RecipesBase/aQmWx/src/RecipesBase.jl:402 Core.kwfunc(RecipesBase.plot)(Core.tuple(Base.merge(Base.merge(Base.NamedTuple(), kw), Core.apply_type(Core.NamedTuple, (:seriestype,))((:density,))), RecipesBase.plot), args...)
││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/plot.jl:51 Plots.#plot#129(Core.tuple(kw..., _3), args...)
│││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/plot.jl:57 Plots._plot!(plt, plotattributes, args)
││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/plot.jl:167 RecipesPipeline.recipe_pipeline!(plt, plotattributes, args)
│││││┌ @ /Users/aviatesk/.julia/packages/RecipesPipeline/tkFmN/src/RecipesPipeline.jl:69 RecipesPipeline._process_userrecipes!(plt, plotattributes, args)
││││││┌ @ /Users/aviatesk/.julia/packages/RecipesPipeline/tkFmN/src/user_recipe.jl:33 RecipesPipeline._finish_userrecipe!(plt, kw_list, next_series)
│││││││┌ @ /Users/aviatesk/.julia/packages/RecipesPipeline/tkFmN/src/user_recipe.jl:99 RecipesPipeline.preprocess_attributes!(plt, kw)
││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/pipeline.jl:70 RecipesPipeline.preprocess_attributes!(plotattributes)
│││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/args.jl:972 Plots.replaceAliases!(plotattributes, Plots._keyAliases)
││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/utils.jl:202 Plots.keys(plotattributes)
│││││││││││┌ @ /Users/aviatesk/.julia/packages/DataStructures/iu6lS/src/container_loops.jl:233 DataStructures.SDMKeyIteration(ba)
││││││││││││┌ @ /Users/aviatesk/.julia/packages/DataStructures/iu6lS/src/container_loops.jl:114 Core.apply_type(DataStructures.SDMKeyIteration, _)(base)
│││││││││││││┌ @ /Users/aviatesk/.julia/packages/DataStructures/iu6lS/src/container_loops.jl:114 Base.convert(_, base)
││││││││││││││┌ @ abstractdict.jl:518 _(x)
│││││││││││││││┌ @ /Users/aviatesk/.julia/packages/DataStructures/iu6lS/src/sorted_dict.jl:119 Core.apply_type(DataStructures.SortedDict, _, _)(DataStructures.Forward, kv)
││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/DataStructures/iu6lS/src/sorted_dict.jl:124 DataStructures.not_iterator_of_pairs(kv)
│││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/DataStructures/iu6lS/src/dict_support.jl:6 DataStructures.any(#61, Base.vect(DataStructures.iterate))
││││││││││││││││││┌ @ reducedim.jl:880 Base.#any#682(Base.:, #self#, f, a)
│││││││││││││││││││┌ @ reducedim.jl:880 Base._any(f, a, dims)
││││││││││││││││││││┌ @ reduce.jl:876 f(x)
│││││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/DataStructures/iu6lS/src/dict_support.jl:6 DataStructures.methodswith(DataStructures.typeof(Core.getfield(#self#, :kv)), x, true)
││││││││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/InteractiveUtils/src/InteractiveUtils.jl:138 InteractiveUtils.#methodswith#62(false, #self#, t, f, meths)
│││││││││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/InteractiveUtils/src/InteractiveUtils.jl:138 InteractiveUtils.methods(f)
││││││││││││││││││││││││┌ @ reflection.jl:890 #self#(f, Base.nothing)
│││││││││││││││││││││││││┌ @ reflection.jl:890 Base.methods(f, Core.apply_type(Base.Tuple, Core.apply_type(Base.Vararg, Base.Any)), mod)
││││││││││││││││││││││││││┌ @ reflection.jl:868 Base.iterate(Base._methods(f, t, -1, world), Core.getfield(_5, 2))
│││││││││││││││││││││││││││┌ @ array.jl:785 Base.%(i, Base.UInt)
││││││││││││││││││││││││││││ no matching method found for call signature: Base.%(i::Nothing, Base.UInt)
│││││││││││││││││││││││││││└────────────────
│││││││││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/InteractiveUtils/src/InteractiveUtils.jl:148 InteractiveUtils.push!(meths, d)
││││││││││││││││││││││││ no matching method found for call signature: InteractiveUtils.push!(meths::Bool, d::Method)
│││││││││││││││││││││││└────────────────────────────────────────────────────────────────────────────────────────────────────────
│││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/args.jl:1037 Plots.processFontArg!(plotattributes, Plots.Symbol(letter, fontname), arg)
││││││││││┌ @ logging.jl:356 Base.CoreLogging.current_logger_for_env(std_level, group, _module)
│││││││││││┌ @ logging.jl:479 Base.CoreLogging.env_override_minlevel(group, _module)
││││││││││││┌ @ logging.jl:525 Base.CoreLogging.split(debug, ',')
│││││││││││││┌ @ strings/util.jl:391 Base.#split#367(0, true, #self#, str, splitter)
││││││││││││││┌ @ strings/util.jl:391 Base._split(str, Base.isequal(splitter), limit, keepempty, _7)
│││││││││││││││┌ @ strings/util.jl:401 Base.first(r)
││││││││││││││││┌ @ abstractarray.jl:342 Base.iterate(itr)
│││││││││││││││││ no matching method found for call signature: Base.iterate(itr::Nothing)
││││││││││││││││└────────────────────────
│││││││││││││││┌ @ strings/util.jl:401 Base.last(r)
││││││││││││││││┌ @ abstractarray.jl:390 Base.lastindex(a)
│││││││││││││││││ no matching method found for call signature: Base.lastindex(a::Nothing)
││││││││││││││││└────────────────────────
│││││┌ @ /Users/aviatesk/.julia/packages/RecipesPipeline/tkFmN/src/RecipesPipeline.jl:80 RecipesPipeline._process_plotrecipes!(plt, kw_list)
││││││┌ @ /Users/aviatesk/.julia/packages/RecipesPipeline/tkFmN/src/plot_recipe.jl:16 RecipesPipeline._process_plotrecipe(plt, next_kw, kw_list, still_to_process)
│││││││┌ @ /Users/aviatesk/.julia/packages/RecipesPipeline/tkFmN/src/plot_recipe.jl:31 RecipesBase.apply_recipe(kw, Core.apply_type(RecipesPipeline.Val, st), plt)
││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/marginalhist.jl:9 Plots._hist_edges(Core.tuple(x, y), bns)
│││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/recipes.jl:733 Plots.map(#182, Core.tuple(Plots.:(1, _)...))
││││││││││┌ @ tuple.jl:180 f(Base.getindex(t, 1))
│││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/recipes.jl:734 Plots._hist_edge(Core.getfield(#self#, :vs), dim, Base.getindex(Core.getfield(#self#, :binning), dim))
││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/recipes.jl:723 StatsBase.histrange(Base.getindex(vs, dim), binning, :left)
│││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsBase/EA8Mh/src/hist.jl:39 StatsBase.histrange(F(lo), F(hi), n, closed)
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsBase/EA8Mh/src/hist.jl:99 Base.floatrange(start, step, len, divisor)
│││││││││││││││┌ @ twiceprecision.jl:378 Base.floatrange(T, ia, ist, Base.Int(len), idivisor)
││││││││││││││││┌ @ twiceprecision.jl:361 Base.steprangelen_hp(_, Core.tuple(start_n, den), Core.tuple(step_n, den), 0, Base.Int(len), 1)
│││││││││││││││││┌ @ twiceprecision.jl:323 Core.apply_type(Base.TwicePrecision, Base.Float64)(step, nb)
││││││││││││││││││┌ @ twiceprecision.jl:185 Base.convert(_, hi)
│││││││││││││││││││ no matching method found for call signature: Base.convert(_::Type{Float64}, hi::Tuple{Integer, Integer})
││││││││││││││││││└─────────────────────────
││││││││││││││││┌ @ twiceprecision.jl:368 Base.steprangelen_hp(_, Core.tuple(ref_n, den), Core.tuple(step_n, den), nb, Base.Int(len), imin)
│││││││││││││││││┌ @ twiceprecision.jl:323 Core.apply_type(Base.TwicePrecision, Base.Float64)(step, nb)
││││││││││││││││││┌ @ twiceprecision.jl:185 Base.convert(_, hi)
│││││││││││││││││││ no matching method found for call signature: Base.convert(_::Type{Float64}, hi::Tuple{Integer, Integer})
││││││││││││││││││└─────────────────────────
││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/recipes.jl:725 Core.kwfunc(Plots._auto_binning_nbins)(Core.apply_type(Core.NamedTuple, (:mode,))(Core.tuple(binning)), Plots._auto_binning_nbins, vs, dim)
│││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/recipes.jl:684 Plots.#_auto_binning_nbins#178(mode, _3, vs, dim)
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/recipes.jl:713 Plots.std(v)
│││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Statistics/src/Statistics.jl:441 Statistics.#std#18(true, Statistics.nothing, Statistics.:, #self#, A)
││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Statistics/src/Statistics.jl:441 Statistics._std(A, corrected, mean, dims)
│││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Statistics/src/Statistics.jl:452 Core.kwfunc(Statistics.var)(Core.apply_type(Core.NamedTuple, (:corrected, :mean))(Core.tuple(corrected, mean)), Statistics.var, A)
││││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Statistics/src/Statistics.jl:366 Statistics.#var#15(corrected, mean, dims, _3, A)
│││││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Statistics/src/Statistics.jl:366 Statistics._var(A, corrected, mean, dims)
││││││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Statistics/src/Statistics.jl:371 Statistics.mean(A)
│││││││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Statistics/src/Statistics.jl:164 Statistics.#mean#2(Statistics.:, #self#, A)
││││││││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Statistics/src/Statistics.jl:164 Statistics._mean(Statistics.identity, A, dims)
│││││││││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Statistics/src/Statistics.jl:170 Core.kwfunc(Statistics.sum)(Core.apply_type(Core.NamedTuple, (:dims,))(Core.tuple(dims)), Statistics.sum, f, A)
││││││││││││││││││││││││┌ @ reducedim.jl:871 Base.#sum#666(dims, kw..., _3, f, a)
│││││││││││││││││││││││││┌ @ reducedim.jl:871 Base._sum(f, a, dims)
││││││││││││││││││││││││││┌ @ reducedim.jl:875 Base.#_sum#668(Base.pairs(Core.NamedTuple()), #self#, f, a, _4)
│││││││││││││││││││││││││││┌ @ reducedim.jl:875 Base.mapreduce(f, Base.add_sum, a)
││││││││││││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/DataValues/N7oeL/src/array/reduce.jl:110 DataValues.#mapreduce#7(false, #self#, f, op, X)
│││││││││││││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/DataValues/N7oeL/src/array/reduce.jl:111 DataValues.dropna(X)
││││││││││││││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/DataValues/N7oeL/src/array/primitives.jl:183 DataValues.filter(#5, X)
│││││││││││││││││││││││││││││││┌ @ array.jl:2495 Base.iterate(a)
││││││││││││││││││││││││││││││││┌ @ array.jl:785 #self#(A, 1)
│││││││││││││││││││││││││││││││││┌ @ array.jl:785 Base.getindex(A, i)
││││││││││││││││││││││││││││││││││┌ @ array.jl:809 Base.arrayref($(Expr(:boundscheck)), A, i1)
│││││││││││││││││││││││││││││││││││ invalid builtin function call: Base.arrayref($(Expr(:boundscheck)), A::Vector{Union{}}, i1::Int64)
││││││││││││││││││││││││││││││││││└────────────────
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/recipes.jl:717 Plots.wand_edges(v)
│││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:111 StatsPlots.wand_bins(Core.tuple(x), args...)
││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:116 #self#(x, :minim, 401, StatsPlots.extrema(x), true)
│││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:119 Core.kwfunc(StatsPlots.linbin)(Core.apply_type(Core.NamedTuple, (:trun,))(Core.tuple(trun)), StatsPlots.linbin, x, gpoints)
││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:158 StatsPlots.#linbin#120(trun, _3, X, gpoints)
│││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:175 StatsPlots.<(StatsPlots.lt, 1)
││││││││││││││││││││ variable StatsPlots.lt is not defined: StatsPlots.<(StatsPlots.lt, 1)
│││││││││││││││││││└────────────────────────────────────────────────────────────────────
│││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:137 Core.kwfunc(StatsPlots.linbin)(Core.apply_type(Core.NamedTuple, (:trun,))(Core.tuple(trun)), StatsPlots.linbin, sx, gpoints)
││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:158 StatsPlots.#linbin#120(trun, _3, X, gpoints)
│││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:175 StatsPlots.<(StatsPlots.lt, 1)
││││││││││││││││││││ variable StatsPlots.lt is not defined: StatsPlots.<(StatsPlots.lt, 1)
│││││││││││││││││││└────────────────────────────────────────────────────────────────────
│││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:141 StatsPlots.bkfe(gcounts, 10, alpha, Base.vect(sa, sb))
││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:194 Core.kwfunc(StatsPlots.range)(Core.apply_type(Core.NamedTuple, (:stop, :length))(Core.tuple(b, M)), StatsPlots.range, a)
│││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Colors/kc2v8/src/utilities.jl:229 Colors.#range#7(stop, length, _3, start)
││││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Colors/kc2v8/src/utilities.jl:229 Core.kwfunc(Colors.range)(Core.apply_type(Core.NamedTuple, (:stop, :length))(Core.tuple(0.0, length)), Colors.range, 1.0)
│││││││││││││││││││││┌ @ range.jl:91 Base.#range#54(length, stop, step, _3, start)
││││││││││││││││││││││┌ @ range.jl:91 Base._range(start, step, stop, length)
│││││││││││││││││││││││┌ @ twiceprecision.jl:609 Base._linspace(_, start_n, stop_n, len, den)
││││││││││││││││││││││││┌ @ twiceprecision.jl:671 Base.steprangelen_hp(_, ref, step_full, Base.nbitslen(_, len, imin), Base.Int(len), imin)
│││││││││││││││││││││││││┌ @ twiceprecision.jl:323 Core.apply_type(Base.TwicePrecision, Base.Float64)(step, nb)
││││││││││││││││││││││││││┌ @ twiceprecision.jl:185 Base.convert(_, hi)
│││││││││││││││││││││││││││ no matching method found for call signature: Base.convert(_::Type{Float64}, hi::Tuple{Int128, Integer})
││││││││││││││││││││││││││└─────────────────────────
││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:227 StatsPlots.fft(kappam)
│││││││││││││││││││ variable StatsPlots.fft is not defined: StatsPlots.fft(kappam::Any)
││││││││││││││││││└────────────────────────────────────────────────────────────────────
││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:228 StatsPlots.fft(Gcounts)
│││││││││││││││││││ variable StatsPlots.fft is not defined: StatsPlots.fft(Gcounts::Any)
││││││││││││││││││└────────────────────────────────────────────────────────────────────
││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:230 StatsPlots.ifft(Base.materialize(Base.broadcasted(StatsPlots.*, kappam, Gcounts)))
│││││││││││││││││││ variable StatsPlots.ifft is not defined: StatsPlots.ifft(Base.materialize(Base.broadcasted(StatsPlots.*, kappam::Any, Gcounts::Any)::Any)::Any)
││││││││││││││││││└────────────────────────────────────────────────────────────────────
│││││┌ @ /Users/aviatesk/.julia/packages/RecipesPipeline/tkFmN/src/RecipesPipeline.jl:86 RecipesPipeline.plot_setup!(plt, plotattributes, kw_list)
││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/pipeline.jl:168 Plots._subplot_setup(plt, plotattributes, kw_list)
│││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/pipeline.jl:280 Plots.merge(plotattributes, Plots.get(sp_attrs, sp, Plots.KW()))
││││││││┌ @ abstractdict.jl:306 Base._typeddict(Core.tuple(d), others...)
│││││││││┌ @ abstractdict.jl:361 Core.apply_type(Base.Dict, K, V)(d)
││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Pkg/src/manifest.jl:135 Base.setproperty!(entry, :name, name)
│││││││││││┌ @ Base.jl:34 Base.convert(Base.fieldtype(Base.typeof(x), f), v)
││││││││││││┌ @ some.jl:36 Base.convert(Base.nonnothingtype_checked(_), x)
│││││││││││││ no matching method found for call signature: Base.convert(Base.nonnothingtype_checked(_::Type{Union{Nothing, String}})::Type{String}, x::Symbol)
││││││││││││└──────────────
││││││││┌ @ abstractdict.jl:306 Base.merge!(Core.tuple(Base._typeddict(Core.tuple(d), others...)), others...)
│││││││││┌ @ /Users/aviatesk/.julia/packages/DataStructures/iu6lS/src/priorityqueue.jl:361 DataStructures.iterate(other, false)
││││││││││┌ @ /Users/aviatesk/.julia/packages/DataStructures/iu6lS/src/priorityqueue.jl:401 DataStructures.copy(Base.getproperty(pq, :index))
│││││││││││┌ @ dict.jl:120 Base.Dict(d)
││││││││││││┌ @ dict.jl:129 Base.dict_with_eltype(#273, kv, Base.eltype(kv))
│││││││││││││┌ @ abstractdict.jl:530 DT_apply(_, _)(kv)
││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Pkg/src/manifest.jl:139 Pkg.Types.get(info, "pinned", Pkg.Types.nothing)
│││││││││││││││ no matching method found for call signature: Pkg.Types.get(info::Int64, "pinned", Pkg.Types.nothing)
││││││││││││││└───────────────────────────────────────────────────────────────────────────────────
││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/plot.jl:169 Plots._do_plot_show(plt, Base.getindex(plt, :show))
│││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/output.jl:153 Plots.gui(plt)
││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/output.jl:139 Plots.display(Plots.PlotsDisplay(), plt)
│││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/output.jl:149 Plots.prepare_output(plt)
││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/plot.jl:186 Plots._update_min_padding!(sp)
│││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:713 Plots.get_ticks(sp, xaxis)
││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/axes.jl:217 Plots.#get_ticks#110(true, #self#, sp, axis)
│││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/axes.jl:218 Plots._transform_ticks(Base.getindex(axis, :ticks))
││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/axes.jl:264 Base.broadcasted(Dates.value, ticks)
│││││││││││││┌ @ broadcast.jl:1257 Base.Broadcast.broadcasted(Core.tuple(Base.Broadcast.combine_styles(Core.tuple(arg1′), args′...), f, arg1′), args′...)
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/FillArrays/tE9Xq/src/fillbroadcast.jl:9 FillArrays.getindex_value(r)
│││││││││││││││┌ @ /Users/aviatesk/.julia/packages/FillArrays/tE9Xq/src/FillArrays.jl:256 FillArrays.one(_)
││││││││││││││││ no matching method found for call signature: FillArrays.one(_::Type{T} where T<:Dates.TimeType)
│││││││││││││││└──────────────────────────────────────────────────────────────────────────
│││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/axes.jl:241 Plots.optimal_ticks_and_labels(sp, axis)
││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/axes.jl:135 #self#(sp, axis, Plots.nothing)
│││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/axes.jl:156 Core.kwfunc(Plots.optimize_datetime_ticks)(Core.apply_type(Core.NamedTuple, (:k_min, :k_max))(Core.tuple(2, 4)), Plots.optimize_datetime_ticks, Plots.*(8.64e7, amin), Plots.*(8.64e7, amax))
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/PlotUtils/3Ttrk/src/ticks.jl:463 PlotUtils.#optimize_datetime_ticks#57(k_min, k_max, _3, a_min, a_max)
│││││││││││││││┌ @ /Users/aviatesk/.julia/packages/PlotUtils/3Ttrk/src/ticks.jl:463 PlotUtils.DateTime(Base.getproperty(PlotUtils.Dates, :UTM)(PlotUtils.Int64(PlotUtils.round(a_min))))
││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Dates/src/types.jl:383 #self#(y, 1, 1, 0, 0, 0, 0, Dates.TWENTYFOURHOUR)
│││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Dates/src/types.jl:383 Dates.Int64(y)
││││││││││││││││││ no matching method found for call signature: Dates.Int64(y::Dates.UTInstant)
│││││││││││││││││└──────────────────────────────────────────────────────────────────────────────────
│││││││││││││││┌ @ /Users/aviatesk/.julia/packages/PlotUtils/3Ttrk/src/ticks.jl:496 PlotUtils.collect(PlotUtils.:(start, steplength, x_max))
││││││││││││││││┌ @ range.jl:1030 Base.vcat(r)
│││││││││││││││││┌ @ range.jl:1022 Base.iterate(ra)
││││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Dates/src/ranges.jl:59 Dates.length(r)
│││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/FixedPointNumbers/HAGk2/src/FixedPointNumbers.jl:251 Base.getproperty(r, :start)
││││││││││││││││││││┌ @ Base.jl:33 Base.getfield(x, f)
│││││││││││││││││││││ invalid builtin function call: Base.getfield(x::StepRange{Union{}, Union{}}, f::Symbol)
││││││││││││││││││││└──────────────
│││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/axes.jl:167 Core.kwfunc(Plots.optimize_ticks)(Core.apply_type(Core.NamedTuple, (:k_min, :k_max))(Core.tuple(4, 8)), Plots.optimize_ticks, sf(amin), sf(amax))
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/PlotUtils/3Ttrk/src/ticks.jl:305 PlotUtils.#optimize_ticks#52(extend_ticks, k_min, k_max, scale, granularity_weight, simplicity_weight, coverage_weight, niceness_weight, strict_span, span_buffer, _3, x_min, x_max)
│││││││││││││││┌ @ /Users/aviatesk/.julia/packages/PlotUtils/3Ttrk/src/ticks.jl:305 Core.kwfunc(PlotUtils.optimize_ticks)(Core.apply_type(Core.NamedTuple, (:extend_ticks, :scale))(Core.tuple(extend_ticks, scale)), PlotUtils.optimize_ticks, PlotUtils.convert(PlotUtils.DateTime, x_min), PlotUtils.convert(PlotUtils.DateTime, x_max))
││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/PlotUtils/3Ttrk/src/ticks.jl:315 PlotUtils.#optimize_ticks#53(extend_ticks, k_min, k_max, scale, granularity_weight, simplicity_weight, coverage_weight, niceness_weight, strict_span, span_buffer, _3, x_min, x_max)
│││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/PlotUtils/3Ttrk/src/ticks.jl:408 Base.iterate(ticks, Core.getfield(_24, 2))
││││││││││││││││││┌ @ array.jl:785 Base.%(i, Base.UInt)
│││││││││││││││││││ no matching method found for call signature: Base.%(i::Tuple{Base.OneTo{Int64}, Int64}, Base.UInt)
││││││││││││││││││└────────────────
│││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/PlotUtils/3Ttrk/src/ticks.jl:408 Base.iterate(ticks, Core.getfield(_24, 2))
││││││││││││││││││┌ @ array.jl:785 Base.%(i, Base.UInt)
│││││││││││││││││││ no matching method found for call signature: Base.%(i::Tuple{Int64, Nothing}, Base.UInt)
││││││││││││││││││└────────────────
│││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/axes.jl:193 Showoff.showoff(scaled_ticks, formatter)
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Showoff/C1Bj4/src/Showoff.jl:320 Base.getproperty(Showoff.Dates, :format)(Base.getindex(ds, 1), first_label_format)
│││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Dates/src/io.jl:577 Dates.#format#32(Dates.ENGLISH, #self#, dt, f)
││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Dates/src/io.jl:577 Dates.DateFormat(f, locale)
│││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Dates/src/io.jl:386 Base.indexed_iterate(prev, 1)
││││││││││││││││││┌ @ tuple.jl:86 #self#(t, i, 1)
│││││││││││││││││││┌ @ tuple.jl:86 Base.getfield(t, i)
││││││││││││││││││││ invalid builtin function call: Base.getfield(t::Tuple{}, i::Int64)
│││││││││││││││││││└───────────────
│││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/output.jl:150 Plots._display(plt)
││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:1795 Plots.gr_display(plt)
│││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:560 #self#(plt, "")
││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:596 Plots.gr_display(sp, Plots.*(w, Plots.px), Plots.*(h, Plots.px), viewport_canvas)
│││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:891 Plots.gr_add_series(sp, series)
││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:1513 Plots.straightline_data(series)
│││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/utils.jl:1081 #self#(series, 1)
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/utils.jl:1082 Plots.xlims(sp)
│││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/utils.jl:400 Plots.xlims(Plots.current(), sp_idx)
││││││││││││││││ for one of the union split cases, no matching method found for signature: Plots.xlims(Plots.current()::Union{Nothing, AbstractPlot}, sp_idx::Int64)
│││││││││││││││└────────────────────────────────────────────────────────────────
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/utils.jl:1082 Plots.ylims(sp)
│││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/utils.jl:401 Plots.ylims(Plots.current(), sp_idx)
││││││││││││││││ for one of the union split cases, no matching method found for signature: Plots.ylims(Plots.current()::Union{Nothing, AbstractPlot}, sp_idx::Int64)
│││││││││││││││└────────────────────────────────────────────────────────────────
││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:1517 Plots.gr_draw_markers(series, x, y, clims)
│││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:1632 #self#(series, x, y, clims, Base.getindex(series, :markersize), Base.getindex(series, :markerstrokewidth))
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:1637 Plots.iter_segments(series, :scatter)
│││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/utils.jl:88 Plots.push!(segs, seg)
││││││││││││││││┌ @ array.jl:934 Base.convert(_, item)
│││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/LinearAlgebra/src/factorization.jl:58 _(f)
││││││││││││││││││ no matching method found for call signature: _::Type{UnitRange{Int64}}(f::LinearAlgebra.Factorization)
│││││││││││││││││└─────────────────────────────────────────────────────────────────────────────────────────────────
│││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:896 Plots.gr_draw_colorbar(cbar, sp, Plots.get_clims(sp), viewport_plotarea)
││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:502 Base.iterate(Plots.zip(Base.getindex(levels, Plots.:(1, Plots.-(Base.lastindex(levels), 1))), Base.getindex(levels, Plots.:(2, Base.lastindex(levels))), colors), Core.getfield(_7, 2))
│││││││││││││┌ @ iterators.jl:351 Base.Iterators._zip_iterate_all(Base.getproperty(z, :is), Base.map(Base.Iterators.tuple, ss))
││││││││││││││┌ @ iterators.jl:358 Base.Iterators._zip_isdone(is, ss)
│││││││││││││││┌ @ iterators.jl:390 Base.Iterators._zip_isdone(Base.Iterators.tail(is), Base.Iterators.tail(ss))
││││││││││││││││┌ @ iterators.jl:389 Base.getindex(ss, 1)
│││││││││││││││││┌ @ tuple.jl:29 Base.getfield(t, i, $(Expr(:boundscheck)))
││││││││││││││││││ invalid builtin function call: Base.getfield(t::Tuple{}, i::Int64, $(Expr(:boundscheck)))
│││││││││││││││││└───────────────
│││││││││││││┌ @ /Users/aviatesk/.julia/packages/DataStructures/iu6lS/src/sparse_int_set.jl:242 DataStructures.>(state, iterator_length)
││││││││││││││┌ @ operators.jl:305 Base.<(y, x)
│││││││││││││││┌ @ operators.jl:279 Base.isless(x, y)
││││││││││││││││ no matching method found for call signature: Base.isless(x::Int64, y::Tuple)
│││││││││││││││└────────────────────
││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:525 Plots.plot_color(:black)
│││││││││││││┌ @ /Users/aviatesk/.julia/packages/PlotUtils/3Ttrk/src/colors.jl:8 PlotUtils.parse(Core.apply_type(PlotUtils.RGBA, PlotUtils.Float64), s)
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Colors/kc2v8/src/parse.jl:213 Colors.parse(_, Colors.string(desc))
│││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Colors/kc2v8/src/parse.jl:209 Colors.convert(_, c)
││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/ColorTypes/RF8lb/src/conversions.jl:74 ColorTypes.cconvert(ColorTypes.ccolor(_, ColorTypes.typeof(c)), c)
│││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/ColorTypes/RF8lb/src/conversions.jl:76 ColorTypes._convert(_, ColorTypes.base_color_type(_), ColorTypes.base_color_type(c), c)
││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/ColorTypes/RF8lb/src/conversions.jl:100 ColorTypes.alpha(c)
│││││││││││││││││││ no matching method found for call signature: ColorTypes.alpha(c::Number)
││││││││││││││││││└───────────────────────────────────────────────────────────────────────────
│││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:905 Plots.gr_w3tondc(x, y, Plots.z)
││││││││││││ variable Plots.z is not defined: Plots.gr_w3tondc(x::Any, y::Any, Plots.z)
│││││││││││└──────────────────────────────────────────────────────────────────────
 23.291557 seconds (51.75 M allocations: 3.577 GiB, 4.37% gc time, 22.36% compilation time)
[ Info: second time heavy profiling
═════ 28 possible errors found ═════
┌ @ /Users/aviatesk/.julia/packages/RecipesBase/aQmWx/src/RecipesBase.jl:402 Plots.#density#365(Core.tuple(Base.pairs(Core.NamedTuple()), #self#), args...)
│┌ @ /Users/aviatesk/.julia/packages/RecipesBase/aQmWx/src/RecipesBase.jl:402 Core.kwfunc(RecipesBase.plot)(Core.tuple(Base.merge(Base.merge(Base.NamedTuple(), kw), Core.apply_type(Core.NamedTuple, (:seriestype,))((:density,))), RecipesBase.plot), args...)
││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/plot.jl:51 Plots.#plot#129(Core.tuple(kw..., _3), args...)
│││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/plot.jl:57 Plots._plot!(plt, plotattributes, args)
││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/plot.jl:167 RecipesPipeline.recipe_pipeline!(plt, plotattributes, args)
│││││┌ @ /Users/aviatesk/.julia/packages/RecipesPipeline/tkFmN/src/RecipesPipeline.jl:69 RecipesPipeline._process_userrecipes!(plt, plotattributes, args)
││││││┌ @ /Users/aviatesk/.julia/packages/RecipesPipeline/tkFmN/src/user_recipe.jl:33 RecipesPipeline._finish_userrecipe!(plt, kw_list, next_series)
│││││││┌ @ /Users/aviatesk/.julia/packages/RecipesPipeline/tkFmN/src/user_recipe.jl:99 RecipesPipeline.preprocess_attributes!(plt, kw)
││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/pipeline.jl:70 RecipesPipeline.preprocess_attributes!(plotattributes)
│││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/args.jl:972 Plots.replaceAliases!(plotattributes, Plots._keyAliases)
││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/utils.jl:202 Plots.keys(plotattributes)
│││││││││││┌ @ /Users/aviatesk/.julia/packages/DataStructures/iu6lS/src/container_loops.jl:233 DataStructures.SDMKeyIteration(ba)
││││││││││││┌ @ /Users/aviatesk/.julia/packages/DataStructures/iu6lS/src/container_loops.jl:114 Core.apply_type(DataStructures.SDMKeyIteration, _)(base)
│││││││││││││┌ @ /Users/aviatesk/.julia/packages/DataStructures/iu6lS/src/container_loops.jl:114 Base.convert(_, base)
││││││││││││││┌ @ abstractdict.jl:518 _(x)
│││││││││││││││┌ @ /Users/aviatesk/.julia/packages/DataStructures/iu6lS/src/sorted_dict.jl:119 Core.apply_type(DataStructures.SortedDict, _, _)(DataStructures.Forward, kv)
││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/DataStructures/iu6lS/src/sorted_dict.jl:124 DataStructures.not_iterator_of_pairs(kv)
│││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/DataStructures/iu6lS/src/dict_support.jl:6 DataStructures.any(#61, Base.vect(DataStructures.iterate))
││││││││││││││││││┌ @ reducedim.jl:880 Base.#any#682(Base.:, #self#, f, a)
│││││││││││││││││││┌ @ reducedim.jl:880 Base._any(f, a, dims)
││││││││││││││││││││┌ @ reduce.jl:876 f(x)
│││││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/DataStructures/iu6lS/src/dict_support.jl:6 DataStructures.methodswith(DataStructures.typeof(Core.getfield(#self#, :kv)), x, true)
││││││││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/InteractiveUtils/src/InteractiveUtils.jl:138 InteractiveUtils.#methodswith#62(false, #self#, t, f, meths)
│││││││││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/InteractiveUtils/src/InteractiveUtils.jl:138 InteractiveUtils.methods(f)
││││││││││││││││││││││││┌ @ reflection.jl:890 #self#(f, Base.nothing)
│││││││││││││││││││││││││┌ @ reflection.jl:890 Base.methods(f, Core.apply_type(Base.Tuple, Core.apply_type(Base.Vararg, Base.Any)), mod)
││││││││││││││││││││││││││┌ @ reflection.jl:868 Base.iterate(Base._methods(f, t, -1, world), Core.getfield(_5, 2))
│││││││││││││││││││││││││││┌ @ array.jl:785 Base.%(i, Base.UInt)
││││││││││││││││││││││││││││ no matching method found for call signature: Base.%(i::Nothing, Base.UInt)
│││││││││││││││││││││││││││└────────────────
│││││││││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/InteractiveUtils/src/InteractiveUtils.jl:148 InteractiveUtils.push!(meths, d)
││││││││││││││││││││││││ no matching method found for call signature: InteractiveUtils.push!(meths::Bool, d::Method)
│││││││││││││││││││││││└────────────────────────────────────────────────────────────────────────────────────────────────────────
│││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/args.jl:1037 Plots.processFontArg!(plotattributes, Plots.Symbol(letter, fontname), arg)
││││││││││┌ @ logging.jl:356 Base.CoreLogging.current_logger_for_env(std_level, group, _module)
│││││││││││┌ @ logging.jl:479 Base.CoreLogging.env_override_minlevel(group, _module)
││││││││││││┌ @ logging.jl:525 Base.CoreLogging.split(debug, ',')
│││││││││││││┌ @ strings/util.jl:391 Base.#split#367(0, true, #self#, str, splitter)
││││││││││││││┌ @ strings/util.jl:391 Base._split(str, Base.isequal(splitter), limit, keepempty, _7)
│││││││││││││││┌ @ strings/util.jl:401 Base.first(r)
││││││││││││││││┌ @ abstractarray.jl:342 Base.iterate(itr)
│││││││││││││││││ no matching method found for call signature: Base.iterate(itr::Nothing)
││││││││││││││││└────────────────────────
│││││││││││││││┌ @ strings/util.jl:401 Base.last(r)
││││││││││││││││┌ @ abstractarray.jl:390 Base.lastindex(a)
│││││││││││││││││ no matching method found for call signature: Base.lastindex(a::Nothing)
││││││││││││││││└────────────────────────
│││││┌ @ /Users/aviatesk/.julia/packages/RecipesPipeline/tkFmN/src/RecipesPipeline.jl:80 RecipesPipeline._process_plotrecipes!(plt, kw_list)
││││││┌ @ /Users/aviatesk/.julia/packages/RecipesPipeline/tkFmN/src/plot_recipe.jl:16 RecipesPipeline._process_plotrecipe(plt, next_kw, kw_list, still_to_process)
│││││││┌ @ /Users/aviatesk/.julia/packages/RecipesPipeline/tkFmN/src/plot_recipe.jl:31 RecipesBase.apply_recipe(kw, Core.apply_type(RecipesPipeline.Val, st), plt)
││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/marginalhist.jl:9 Plots._hist_edges(Core.tuple(x, y), bns)
│││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/recipes.jl:733 Plots.map(#182, Core.tuple(Plots.:(1, _)...))
││││││││││┌ @ tuple.jl:180 f(Base.getindex(t, 1))
│││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/recipes.jl:734 Plots._hist_edge(Core.getfield(#self#, :vs), dim, Base.getindex(Core.getfield(#self#, :binning), dim))
││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/recipes.jl:723 StatsBase.histrange(Base.getindex(vs, dim), binning, :left)
│││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsBase/EA8Mh/src/hist.jl:39 StatsBase.histrange(F(lo), F(hi), n, closed)
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsBase/EA8Mh/src/hist.jl:99 Base.floatrange(start, step, len, divisor)
│││││││││││││││┌ @ twiceprecision.jl:378 Base.floatrange(T, ia, ist, Base.Int(len), idivisor)
││││││││││││││││┌ @ twiceprecision.jl:361 Base.steprangelen_hp(_, Core.tuple(start_n, den), Core.tuple(step_n, den), 0, Base.Int(len), 1)
│││││││││││││││││┌ @ twiceprecision.jl:323 Core.apply_type(Base.TwicePrecision, Base.Float64)(step, nb)
││││││││││││││││││┌ @ twiceprecision.jl:185 Base.convert(_, hi)
│││││││││││││││││││ no matching method found for call signature: Base.convert(_::Type{Float64}, hi::Tuple{Integer, Integer})
││││││││││││││││││└─────────────────────────
││││││││││││││││┌ @ twiceprecision.jl:368 Base.steprangelen_hp(_, Core.tuple(ref_n, den), Core.tuple(step_n, den), nb, Base.Int(len), imin)
│││││││││││││││││┌ @ twiceprecision.jl:323 Core.apply_type(Base.TwicePrecision, Base.Float64)(step, nb)
││││││││││││││││││┌ @ twiceprecision.jl:185 Base.convert(_, hi)
│││││││││││││││││││ no matching method found for call signature: Base.convert(_::Type{Float64}, hi::Tuple{Integer, Integer})
││││││││││││││││││└─────────────────────────
││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/recipes.jl:725 Core.kwfunc(Plots._auto_binning_nbins)(Core.apply_type(Core.NamedTuple, (:mode,))(Core.tuple(binning)), Plots._auto_binning_nbins, vs, dim)
│││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/recipes.jl:684 Plots.#_auto_binning_nbins#178(mode, _3, vs, dim)
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/recipes.jl:713 Plots.std(v)
│││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Statistics/src/Statistics.jl:441 Statistics.#std#18(true, Statistics.nothing, Statistics.:, #self#, A)
││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Statistics/src/Statistics.jl:441 Statistics._std(A, corrected, mean, dims)
│││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Statistics/src/Statistics.jl:452 Core.kwfunc(Statistics.var)(Core.apply_type(Core.NamedTuple, (:corrected, :mean))(Core.tuple(corrected, mean)), Statistics.var, A)
││││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Statistics/src/Statistics.jl:366 Statistics.#var#15(corrected, mean, dims, _3, A)
│││││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Statistics/src/Statistics.jl:366 Statistics._var(A, corrected, mean, dims)
││││││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Statistics/src/Statistics.jl:371 Statistics.mean(A)
│││││││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Statistics/src/Statistics.jl:164 Statistics.#mean#2(Statistics.:, #self#, A)
││││││││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Statistics/src/Statistics.jl:164 Statistics._mean(Statistics.identity, A, dims)
│││││││││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Statistics/src/Statistics.jl:170 Core.kwfunc(Statistics.sum)(Core.apply_type(Core.NamedTuple, (:dims,))(Core.tuple(dims)), Statistics.sum, f, A)
││││││││││││││││││││││││┌ @ reducedim.jl:871 Base.#sum#666(dims, kw..., _3, f, a)
│││││││││││││││││││││││││┌ @ reducedim.jl:871 Base._sum(f, a, dims)
││││││││││││││││││││││││││┌ @ reducedim.jl:875 Base.#_sum#668(Base.pairs(Core.NamedTuple()), #self#, f, a, _4)
│││││││││││││││││││││││││││┌ @ reducedim.jl:875 Base.mapreduce(f, Base.add_sum, a)
││││││││││││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/DataValues/N7oeL/src/array/reduce.jl:110 DataValues.#mapreduce#7(false, #self#, f, op, X)
│││││││││││││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/DataValues/N7oeL/src/array/reduce.jl:111 DataValues.dropna(X)
││││││││││││││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/DataValues/N7oeL/src/array/primitives.jl:183 DataValues.filter(#5, X)
│││││││││││││││││││││││││││││││┌ @ array.jl:2495 Base.iterate(a)
││││││││││││││││││││││││││││││││┌ @ array.jl:785 #self#(A, 1)
│││││││││││││││││││││││││││││││││┌ @ array.jl:785 Base.getindex(A, i)
││││││││││││││││││││││││││││││││││┌ @ array.jl:809 Base.arrayref($(Expr(:boundscheck)), A, i1)
│││││││││││││││││││││││││││││││││││ invalid builtin function call: Base.arrayref($(Expr(:boundscheck)), A::Vector{Union{}}, i1::Int64)
││││││││││││││││││││││││││││││││││└────────────────
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/recipes.jl:717 Plots.wand_edges(v)
│││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:111 StatsPlots.wand_bins(Core.tuple(x), args...)
││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:116 #self#(x, :minim, 401, StatsPlots.extrema(x), true)
│││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:119 Core.kwfunc(StatsPlots.linbin)(Core.apply_type(Core.NamedTuple, (:trun,))(Core.tuple(trun)), StatsPlots.linbin, x, gpoints)
││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:158 StatsPlots.#linbin#120(trun, _3, X, gpoints)
│││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:175 StatsPlots.<(StatsPlots.lt, 1)
││││││││││││││││││││ variable StatsPlots.lt is not defined: StatsPlots.<(StatsPlots.lt, 1)
│││││││││││││││││││└────────────────────────────────────────────────────────────────────
│││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:137 Core.kwfunc(StatsPlots.linbin)(Core.apply_type(Core.NamedTuple, (:trun,))(Core.tuple(trun)), StatsPlots.linbin, sx, gpoints)
││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:158 StatsPlots.#linbin#120(trun, _3, X, gpoints)
│││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:175 StatsPlots.<(StatsPlots.lt, 1)
││││││││││││││││││││ variable StatsPlots.lt is not defined: StatsPlots.<(StatsPlots.lt, 1)
│││││││││││││││││││└────────────────────────────────────────────────────────────────────
│││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:141 StatsPlots.bkfe(gcounts, 10, alpha, Base.vect(sa, sb))
││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:194 Core.kwfunc(StatsPlots.range)(Core.apply_type(Core.NamedTuple, (:stop, :length))(Core.tuple(b, M)), StatsPlots.range, a)
│││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Colors/kc2v8/src/utilities.jl:229 Colors.#range#7(stop, length, _3, start)
││││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Colors/kc2v8/src/utilities.jl:229 Core.kwfunc(Colors.range)(Core.apply_type(Core.NamedTuple, (:stop, :length))(Core.tuple(0.0, length)), Colors.range, 1.0)
│││││││││││││││││││││┌ @ range.jl:91 Base.#range#54(length, stop, step, _3, start)
││││││││││││││││││││││┌ @ range.jl:91 Base._range(start, step, stop, length)
│││││││││││││││││││││││┌ @ twiceprecision.jl:609 Base._linspace(_, start_n, stop_n, len, den)
││││││││││││││││││││││││┌ @ twiceprecision.jl:671 Base.steprangelen_hp(_, ref, step_full, Base.nbitslen(_, len, imin), Base.Int(len), imin)
│││││││││││││││││││││││││┌ @ twiceprecision.jl:323 Core.apply_type(Base.TwicePrecision, Base.Float64)(step, nb)
││││││││││││││││││││││││││┌ @ twiceprecision.jl:185 Base.convert(_, hi)
│││││││││││││││││││││││││││ no matching method found for call signature: Base.convert(_::Type{Float64}, hi::Tuple{Int128, Integer})
││││││││││││││││││││││││││└─────────────────────────
││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:227 StatsPlots.fft(kappam)
│││││││││││││││││││ variable StatsPlots.fft is not defined: StatsPlots.fft(kappam::Any)
││││││││││││││││││└────────────────────────────────────────────────────────────────────
││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:228 StatsPlots.fft(Gcounts)
│││││││││││││││││││ variable StatsPlots.fft is not defined: StatsPlots.fft(Gcounts::Any)
││││││││││││││││││└────────────────────────────────────────────────────────────────────
││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/StatsPlots/xCSUy/src/hist.jl:230 StatsPlots.ifft(Base.materialize(Base.broadcasted(StatsPlots.*, kappam, Gcounts)))
│││││││││││││││││││ variable StatsPlots.ifft is not defined: StatsPlots.ifft(Base.materialize(Base.broadcasted(StatsPlots.*, kappam::Any, Gcounts::Any)::Any)::Any)
││││││││││││││││││└────────────────────────────────────────────────────────────────────
│││││┌ @ /Users/aviatesk/.julia/packages/RecipesPipeline/tkFmN/src/RecipesPipeline.jl:86 RecipesPipeline.plot_setup!(plt, plotattributes, kw_list)
││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/pipeline.jl:168 Plots._subplot_setup(plt, plotattributes, kw_list)
│││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/pipeline.jl:280 Plots.merge(plotattributes, Plots.get(sp_attrs, sp, Plots.KW()))
││││││││┌ @ abstractdict.jl:306 Base._typeddict(Core.tuple(d), others...)
│││││││││┌ @ abstractdict.jl:361 Core.apply_type(Base.Dict, K, V)(d)
││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Pkg/src/manifest.jl:135 Base.setproperty!(entry, :name, name)
│││││││││││┌ @ Base.jl:34 Base.convert(Base.fieldtype(Base.typeof(x), f), v)
││││││││││││┌ @ some.jl:36 Base.convert(Base.nonnothingtype_checked(_), x)
│││││││││││││ no matching method found for call signature: Base.convert(Base.nonnothingtype_checked(_::Type{Union{Nothing, String}})::Type{String}, x::Symbol)
││││││││││││└──────────────
││││││││┌ @ abstractdict.jl:306 Base.merge!(Core.tuple(Base._typeddict(Core.tuple(d), others...)), others...)
│││││││││┌ @ /Users/aviatesk/.julia/packages/DataStructures/iu6lS/src/priorityqueue.jl:361 DataStructures.iterate(other, false)
││││││││││┌ @ /Users/aviatesk/.julia/packages/DataStructures/iu6lS/src/priorityqueue.jl:401 DataStructures.copy(Base.getproperty(pq, :index))
│││││││││││┌ @ dict.jl:120 Base.Dict(d)
││││││││││││┌ @ dict.jl:129 Base.dict_with_eltype(#273, kv, Base.eltype(kv))
│││││││││││││┌ @ abstractdict.jl:530 DT_apply(_, _)(kv)
││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Pkg/src/manifest.jl:139 Pkg.Types.get(info, "pinned", Pkg.Types.nothing)
│││││││││││││││ no matching method found for call signature: Pkg.Types.get(info::Int64, "pinned", Pkg.Types.nothing)
││││││││││││││└───────────────────────────────────────────────────────────────────────────────────
││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/plot.jl:169 Plots._do_plot_show(plt, Base.getindex(plt, :show))
│││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/output.jl:153 Plots.gui(plt)
││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/output.jl:139 Plots.display(Plots.PlotsDisplay(), plt)
│││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/output.jl:149 Plots.prepare_output(plt)
││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/plot.jl:186 Plots._update_min_padding!(sp)
│││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:713 Plots.get_ticks(sp, xaxis)
││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/axes.jl:217 Plots.#get_ticks#110(true, #self#, sp, axis)
│││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/axes.jl:218 Plots._transform_ticks(Base.getindex(axis, :ticks))
││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/axes.jl:264 Base.broadcasted(Dates.value, ticks)
│││││││││││││┌ @ broadcast.jl:1257 Base.Broadcast.broadcasted(Core.tuple(Base.Broadcast.combine_styles(Core.tuple(arg1′), args′...), f, arg1′), args′...)
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/FillArrays/tE9Xq/src/fillbroadcast.jl:9 FillArrays.getindex_value(r)
│││││││││││││││┌ @ /Users/aviatesk/.julia/packages/FillArrays/tE9Xq/src/FillArrays.jl:256 FillArrays.one(_)
││││││││││││││││ no matching method found for call signature: FillArrays.one(_::Type{T} where T<:Dates.TimeType)
│││││││││││││││└──────────────────────────────────────────────────────────────────────────
│││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/axes.jl:241 Plots.optimal_ticks_and_labels(sp, axis)
││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/axes.jl:135 #self#(sp, axis, Plots.nothing)
│││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/axes.jl:156 Core.kwfunc(Plots.optimize_datetime_ticks)(Core.apply_type(Core.NamedTuple, (:k_min, :k_max))(Core.tuple(2, 4)), Plots.optimize_datetime_ticks, Plots.*(8.64e7, amin), Plots.*(8.64e7, amax))
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/PlotUtils/3Ttrk/src/ticks.jl:463 PlotUtils.#optimize_datetime_ticks#57(k_min, k_max, _3, a_min, a_max)
│││││││││││││││┌ @ /Users/aviatesk/.julia/packages/PlotUtils/3Ttrk/src/ticks.jl:463 PlotUtils.DateTime(Base.getproperty(PlotUtils.Dates, :UTM)(PlotUtils.Int64(PlotUtils.round(a_min))))
││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Dates/src/types.jl:383 #self#(y, 1, 1, 0, 0, 0, 0, Dates.TWENTYFOURHOUR)
│││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Dates/src/types.jl:383 Dates.Int64(y)
││││││││││││││││││ no matching method found for call signature: Dates.Int64(y::Dates.UTInstant)
│││││││││││││││││└──────────────────────────────────────────────────────────────────────────────────
│││││││││││││││┌ @ /Users/aviatesk/.julia/packages/PlotUtils/3Ttrk/src/ticks.jl:496 PlotUtils.collect(PlotUtils.:(start, steplength, x_max))
││││││││││││││││┌ @ range.jl:1030 Base.vcat(r)
│││││││││││││││││┌ @ range.jl:1022 Base.iterate(ra)
││││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Dates/src/ranges.jl:59 Dates.length(r)
│││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/FixedPointNumbers/HAGk2/src/FixedPointNumbers.jl:251 Base.getproperty(r, :start)
││││││││││││││││││││┌ @ Base.jl:33 Base.getfield(x, f)
│││││││││││││││││││││ invalid builtin function call: Base.getfield(x::StepRange{Union{}, Union{}}, f::Symbol)
││││││││││││││││││││└──────────────
│││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/axes.jl:167 Core.kwfunc(Plots.optimize_ticks)(Core.apply_type(Core.NamedTuple, (:k_min, :k_max))(Core.tuple(4, 8)), Plots.optimize_ticks, sf(amin), sf(amax))
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/PlotUtils/3Ttrk/src/ticks.jl:305 PlotUtils.#optimize_ticks#52(extend_ticks, k_min, k_max, scale, granularity_weight, simplicity_weight, coverage_weight, niceness_weight, strict_span, span_buffer, _3, x_min, x_max)
│││││││││││││││┌ @ /Users/aviatesk/.julia/packages/PlotUtils/3Ttrk/src/ticks.jl:305 Core.kwfunc(PlotUtils.optimize_ticks)(Core.apply_type(Core.NamedTuple, (:extend_ticks, :scale))(Core.tuple(extend_ticks, scale)), PlotUtils.optimize_ticks, PlotUtils.convert(PlotUtils.DateTime, x_min), PlotUtils.convert(PlotUtils.DateTime, x_max))
││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/PlotUtils/3Ttrk/src/ticks.jl:315 PlotUtils.#optimize_ticks#53(extend_ticks, k_min, k_max, scale, granularity_weight, simplicity_weight, coverage_weight, niceness_weight, strict_span, span_buffer, _3, x_min, x_max)
│││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/PlotUtils/3Ttrk/src/ticks.jl:408 Base.iterate(ticks, Core.getfield(_24, 2))
││││││││││││││││││┌ @ array.jl:785 Base.%(i, Base.UInt)
│││││││││││││││││││ no matching method found for call signature: Base.%(i::Tuple{Base.OneTo{Int64}, Int64}, Base.UInt)
││││││││││││││││││└────────────────
│││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/PlotUtils/3Ttrk/src/ticks.jl:408 Base.iterate(ticks, Core.getfield(_24, 2))
││││││││││││││││││┌ @ array.jl:785 Base.%(i, Base.UInt)
│││││││││││││││││││ no matching method found for call signature: Base.%(i::Tuple{Int64, Nothing}, Base.UInt)
││││││││││││││││││└────────────────
│││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/axes.jl:193 Showoff.showoff(scaled_ticks, formatter)
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Showoff/C1Bj4/src/Showoff.jl:320 Base.getproperty(Showoff.Dates, :format)(Base.getindex(ds, 1), first_label_format)
│││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Dates/src/io.jl:577 Dates.#format#32(Dates.ENGLISH, #self#, dt, f)
││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Dates/src/io.jl:577 Dates.DateFormat(f, locale)
│││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/Dates/src/io.jl:386 Base.indexed_iterate(prev, 1)
││││││││││││││││││┌ @ tuple.jl:86 #self#(t, i, 1)
│││││││││││││││││││┌ @ tuple.jl:86 Base.getfield(t, i)
││││││││││││││││││││ invalid builtin function call: Base.getfield(t::Tuple{}, i::Int64)
│││││││││││││││││││└───────────────
│││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/output.jl:150 Plots._display(plt)
││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:1795 Plots.gr_display(plt)
│││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:560 #self#(plt, "")
││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:596 Plots.gr_display(sp, Plots.*(w, Plots.px), Plots.*(h, Plots.px), viewport_canvas)
│││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:891 Plots.gr_add_series(sp, series)
││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:1513 Plots.straightline_data(series)
│││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/utils.jl:1081 #self#(series, 1)
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/utils.jl:1082 Plots.xlims(sp)
│││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/utils.jl:400 Plots.xlims(Plots.current(), sp_idx)
││││││││││││││││ for one of the union split cases, no matching method found for signature: Plots.xlims(Plots.current()::Union{Nothing, AbstractPlot}, sp_idx::Int64)
│││││││││││││││└────────────────────────────────────────────────────────────────
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/utils.jl:1082 Plots.ylims(sp)
│││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/utils.jl:401 Plots.ylims(Plots.current(), sp_idx)
││││││││││││││││ for one of the union split cases, no matching method found for signature: Plots.ylims(Plots.current()::Union{Nothing, AbstractPlot}, sp_idx::Int64)
│││││││││││││││└────────────────────────────────────────────────────────────────
││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:1517 Plots.gr_draw_markers(series, x, y, clims)
│││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:1632 #self#(series, x, y, clims, Base.getindex(series, :markersize), Base.getindex(series, :markerstrokewidth))
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:1637 Plots.iter_segments(series, :scatter)
│││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/utils.jl:88 Plots.push!(segs, seg)
││││││││││││││││┌ @ array.jl:934 Base.convert(_, item)
│││││││││││││││││┌ @ /Users/aviatesk/julia/julia/usr/share/julia/stdlib/v1.6/LinearAlgebra/src/factorization.jl:58 _(f)
││││││││││││││││││ no matching method found for call signature: _::Type{UnitRange{Int64}}(f::LinearAlgebra.Factorization)
│││││││││││││││││└─────────────────────────────────────────────────────────────────────────────────────────────────
│││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:896 Plots.gr_draw_colorbar(cbar, sp, Plots.get_clims(sp), viewport_plotarea)
││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:502 Base.iterate(Plots.zip(Base.getindex(levels, Plots.:(1, Plots.-(Base.lastindex(levels), 1))), Base.getindex(levels, Plots.:(2, Base.lastindex(levels))), colors), Core.getfield(_7, 2))
│││││││││││││┌ @ iterators.jl:351 Base.Iterators._zip_iterate_all(Base.getproperty(z, :is), Base.map(Base.Iterators.tuple, ss))
││││││││││││││┌ @ iterators.jl:358 Base.Iterators._zip_isdone(is, ss)
│││││││││││││││┌ @ iterators.jl:390 Base.Iterators._zip_isdone(Base.Iterators.tail(is), Base.Iterators.tail(ss))
││││││││││││││││┌ @ iterators.jl:389 Base.getindex(ss, 1)
│││││││││││││││││┌ @ tuple.jl:29 Base.getfield(t, i, $(Expr(:boundscheck)))
││││││││││││││││││ invalid builtin function call: Base.getfield(t::Tuple{}, i::Int64, $(Expr(:boundscheck)))
│││││││││││││││││└───────────────
│││││││││││││┌ @ /Users/aviatesk/.julia/packages/DataStructures/iu6lS/src/sparse_int_set.jl:242 DataStructures.>(state, iterator_length)
││││││││││││││┌ @ operators.jl:305 Base.<(y, x)
│││││││││││││││┌ @ operators.jl:279 Base.isless(x, y)
││││││││││││││││ no matching method found for call signature: Base.isless(x::Int64, y::Tuple)
│││││││││││││││└────────────────────
││││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:525 Plots.plot_color(:black)
│││││││││││││┌ @ /Users/aviatesk/.julia/packages/PlotUtils/3Ttrk/src/colors.jl:8 PlotUtils.parse(Core.apply_type(PlotUtils.RGBA, PlotUtils.Float64), s)
││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Colors/kc2v8/src/parse.jl:213 Colors.parse(_, Colors.string(desc))
│││││││││││││││┌ @ /Users/aviatesk/.julia/packages/Colors/kc2v8/src/parse.jl:209 Colors.convert(_, c)
││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/ColorTypes/RF8lb/src/conversions.jl:74 ColorTypes.cconvert(ColorTypes.ccolor(_, ColorTypes.typeof(c)), c)
│││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/ColorTypes/RF8lb/src/conversions.jl:76 ColorTypes._convert(_, ColorTypes.base_color_type(_), ColorTypes.base_color_type(c), c)
││││││││││││││││││┌ @ /Users/aviatesk/.julia/packages/ColorTypes/RF8lb/src/conversions.jl:100 ColorTypes.alpha(c)
│││││││││││││││││││ no matching method found for call signature: ColorTypes.alpha(c::Number)
││││││││││││││││││└───────────────────────────────────────────────────────────────────────────
│││││││││││┌ @ /Users/aviatesk/.julia/packages/Plots/uCh2y/src/backends/gr.jl:905 Plots.gr_w3tondc(x, y, Plots.z)
││││││││││││ variable Plots.z is not defined: Plots.gr_w3tondc(x::Any, y::Any, Plots.z)
│││││││││││└──────────────────────────────────────────────────────────────────────
  3.089018 seconds (10.66 M allocations: 657.847 MiB, 7.09% gc time, 0.00% compilation time)

from jet.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.