arviz-devs / InferenceObjects.jl

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

Supporting InferenceData-level attributes #26

Open sethaxen opened 2 years ago

sethaxen commented 2 years ago

netCDF and Zarr both allow attributes at any level of the hierarchy. Python ArviZ now supports InferenceData having attributes that are (de)serialized (see https://github.com/arviz-devs/arviz/pull/2131). We should add support here as well.