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 SIUnits
Warning: New definition
convert(Type{SIUnits.SIQuantity{T,m,kg,s,A,K,mol,cd,rad,sr}}, T) at /usr/share/julia/site/v0.4/SIUnits/src/SIUnits.jl:134
is ambiguous with:convert(Type{T<:Number}, Base.Dates.Period) at dates/periods.jl:21.
To fix, define
convert(Type{SIUnits.SIQuantity{_<:Base.Dates.Period,m,kg,s,A,K,mol,cd,rad,sr}}, _<:Base.Dates.Period)
before the new definition.
Warning: New definition
convert(Type{SIUnits.NonSIQuantity{T,U}}, T) at /usr/share/julia/site/v0.4/SIUnits/src/SIUnits.jl:539
is ambiguous with:convert(Type{T<:Number}, Base.Dates.Period) at dates/periods.jl:21.
To fix, define
convert(Type{SIUnits.NonSIQuantity{_<:Base.Dates.Period,U}}, _<:Base.Dates.Period)
before the new definition.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: