You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> d =convert(AbstractInterval{ComplexF64}, 0..1)
0.0+0.0im..1.0+0.0im
julia>0.5in d
ERROR: MethodError: no method matching isless(::Complex{Float64}, ::Float64)
Closest candidates are:isless(::Float64, ::Float64) at float.jl:459isless(::Missing, ::Any) at missing.jl:66isless(::AbstractFloat, ::AbstractFloat) at operators.jl:148...
Stacktrace:
[1] <(::Complex{Float64}, ::Float64) at ./operators.jl:260
[2] <=(::Complex{Float64}, ::Float64) at ./operators.jl:309
[3] in(::Float64, ::Interval{:closed,:closed,Complex{Float64}}) at /Users/sheehanolver/.julia/packages/IntervalSets/xr34V/src/IntervalSets.jl:126
[4] top-level scope at none:0
The text was updated successfully, but these errors were encountered:
The following behaviour is problematic:
The text was updated successfully, but these errors were encountered: