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
When people give PyMC's MultiTrace objects to ArviZ functions outside the model context, this raises a FutureWarning because it calls az.from_pymc3 under the hood, which is supposed to stop working without a model context.
As this warning has been there for a while now, we should actually go ahead and deprecate this possibility, especially as PyMC is going to switch to returning InferenceData by default in 4.0.0.
Feel free to comment if you want to take on this issue 🖖
The text was updated successfully, but these errors were encountered:
When people give PyMC's
MultiTrace
objects to ArviZ functions outside the model context, this raises aFutureWarning
because it callsaz.from_pymc3
under the hood, which is supposed to stop working without a model context.As this warning has been there for a while now, we should actually go ahead and deprecate this possibility, especially as PyMC is going to switch to returning
InferenceData
by default in 4.0.0.Feel free to comment if you want to take on this issue 🖖
The text was updated successfully, but these errors were encountered: