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> using Unitful
julia> 1u"μm/m" < 1
ERROR: MethodError: no method matching isless(::Unitful.Quantity{Int64,Unitful.Dimensions{()},Unitful.Units{(Unitful.Unit{:Meter}(-6,1//1),Unitful.Unit{:Meter}(0,-1//1)),Unitful.Dimensions{()}}}, ::Int64)
Closest candidates are:
isless(::Char, ::Integer) at deprecated.jl:49
isless(::AbstractFloat, ::Real) at operators.jl:42
isless(::Real, ::Real) at operators.jl:75
...
in <(::Unitful.Quantity{Int64,Unitful.Dimensions{()},Unitful.Units{(Unitful.Unit{:Meter}(-6,1//1),Unitful.Unit{:Meter}(0,-1//1)),Unitful.Dimensions{()}}}, ::Int64) at ./operators.jl:63
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: