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
DimensionalData conveniently overloads a lot of its methods for "dimensional types", i.e. types that carry dimensional information, including Type{<:Dimension}, Dimension, AbstractDimArray, AbstractDimStack, etc. For continued convenience, we should identify which of these methods it makes sense to overload for InferenceData inputs and then add those overloads.
The text was updated successfully, but these errors were encountered:
DimensionalData conveniently overloads a lot of its methods for "dimensional types", i.e. types that carry dimensional information, including
Type{<:Dimension}
,Dimension
,AbstractDimArray
,AbstractDimStack
, etc. For continued convenience, we should identify which of these methods it makes sense to overload forInferenceData
inputs and then add those overloads.The text was updated successfully, but these errors were encountered: