-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
When I try to run generalized_dim on Julia version 1.11.3, I get
The function `one` exists, but no method is defined for this combination of argument types.
Closest candidates are:
one(::Type{Union{}}, Any...)
@ Base number.jl:349
one(::Type{Missing})
@ Base missing.jl:104
one(::Type{Gray24})
@ ColorVectorSpace ~/.julia/packages/ColorVectorSpace/tLy1N/src/ColorVectorSpace.jl:46
...
Stacktrace:
[1] macro expansion
@ ~/.julia/packages/StaticArrays/LSPcF/src/arraymath.jl:33 [inlined]
[2] _ones
@ ~/.julia/packages/StaticArrays/LSPcF/src/arraymath.jl:21 [inlined]
[3] ones
@ ~/.julia/packages/StaticArrays/LSPcF/src/arraymath.jl:20 [inlined]
[4] FixedRectangularBinning(b::RectangularBinning{Float64}, x::StateSpaceSet{3, Float64, SVector{3, Float64}})
@ ComplexityMeasures ~/.julia/packages/ComplexityMeasures/Y3qTC/src/encoding_implementations/rectangular_binning.jl:164
[5] RectangularBinEncoding(b::RectangularBinning{Float64}, x::StateSpaceSet{3, Float64, SVector{3, Float64}})
@ ComplexityMeasures ~/.julia/packages/ComplexityMeasures/Y3qTC/src/encoding_implementations/rectangular_binning.jl:156
[6] counts(est::ValueBinning{RectangularBinning{Float64}}, x::StateSpaceSet{3, Float64, SVector{3, Float64}})
@ ComplexityMeasures ~/.julia/packages/ComplexityMeasures/Y3qTC/src/outcome_spaces/value_binning.jl:57
[7] probabilities(est::RelativeAmount, outcomemodel::ValueBinning{…}, x::StateSpaceSet{…})
@ ComplexityMeasures ~/.julia/packages/ComplexityMeasures/Y3qTC/src/probabilities_estimators/RelativeAmount.jl:45
[8] information(hest::PlugIn{…}, pest::RelativeAmount, o::ValueBinning{…}, x::StateSpaceSet{…})
@ ComplexityMeasures ~/.julia/packages/ComplexityMeasures/Y3qTC/src/discrete_info_estimators/plugin.jl:38
[9] information(e::Renyi{Float64, Int64}, o::ValueBinning{RectangularBinning{…}}, x::StateSpaceSet{3, Float64, SVector{…}})
@ ComplexityMeasures ~/.julia/packages/ComplexityMeasures/Y3qTC/src/core/information_functions.jl:94
[10] entropy(::Renyi{Float64, Int64}, ::Vararg{Any})
@ ComplexityMeasures ~/.julia/packages/ComplexityMeasures/Y3qTC/src/core/information_functions.jl:145
[11] macro expansion
@ ~/.julia/packages/FractalDimensions/RrzJy/src/entropy_based/generalized_dim.jl:64 [inlined]
[12] #132#threadsfor_fun#20
@ ./threadingconstructs.jl:253 [inlined]
[13] #132#threadsfor_fun
@ ./threadingconstructs.jl:220 [inlined]
[14] (::Base.Threads.var"#1#2"{FractalDimensions.var"#132#threadsfor_fun#21"{…}, Int64})()
@ Base.Threads ./threadingconstructs.jl:154
Stacktrace:
[1] threading_run(fun::FractalDimensions.var"#132#threadsfor_fun#21"{…}, static::Bool)
@ Base.Threads ./threadingconstructs.jl:173
[2] macro expansion
@ ./threadingconstructs.jl:190 [inlined]
[3] _threaded_entropies(X::StateSpaceSet{…}, sizes::Vector{…}, q::Float64, base::Int64, show_progress::Bool)
@ FractalDimensions ~/.julia/packages/FractalDimensions/RrzJy/src/entropy_based/generalized_dim.jl:62
[4] generalized_dim(X::StateSpaceSet{…}, sizes::Vector{…}; base::Int64, q::Float64, show_progress::Bool)
@ FractalDimensions ~/.julia/packages/FractalDimensions/RrzJy/src/entropy_based/generalized_dim.jl:52
[5] generalized_dim
@ ~/.julia/packages/FractalDimensions/RrzJy/src/entropy_based/generalized_dim.jl:49 [inlined]
[6] generalized_dim(X::StateSpaceSet{3, Float64, SVector{3, Float64}})
@ FractalDimensions ~/.julia/packages/FractalDimensions/RrzJy/src/entropy_based/generalized_dim.jl:49
[7] top-level scope
@ REPL[36]:1
Some type information was truncated. Use `show(err)` to see complete types.
is this a known issue, or is this an issue introduced by an update to some method or another?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers