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>methods(MeasureBase.UnknownMass)
# 4 methods for type constructor:
[1] MeasureBase.UnknownMass()
@ ~/git/MeasureBase.jl/src/mass-interface.jl:19
[2] (::Type{T})(x::AbstractChar) where T<:Union{AbstractChar, Number}
@ Base char.jl:50
[3] (::Type{T})(x::T) where T<:Number
@ Core boot.jl:792
[4] (::Type{T})(x::Base.TwicePrecision) where T<:Number
@ Base twiceprecision.jl:266
I think this should be
massof(m::AbstractMeasure) =UnknownMass()
The text was updated successfully, but these errors were encountered:
Currently (v0.14.7) we have
But there's no such method:
I think this should be
The text was updated successfully, but these errors were encountered: