arviz-devs / InferenceObjects.jl

Storage for results of Bayesian inference
https://julia.arviz.org/InferenceObjects
MIT License
14 stars 1 forks source link

Overloading methods from DimensionalData #46

Open sethaxen opened 1 year ago

sethaxen commented 1 year ago

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.