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> u =u"dB/s"
dB s^-1
julia>unit(u)
s^-1
julia>unit(1u)
s^-1
julia>logunit(u)
dB
julia>logunit(1u)
ERROR: MethodError: no method matching logunit(::Quantity{Gain{Unitful.LogInfo{:Decibel, 10, 10}, :?, Int64}, 𝐓^-1, Unitful.FreeUnits{(s^-1,), 𝐓^-1, nothing}})
The function`logunit` exists, but no method is defined for this combination of argument types.
[…]