Closed
Description
Currently v4
still displays:
FutureWarning: In v4.0, pm.sample will return an `arviz.InferenceData` object instead of a `MultiTrace` by default. You can pass return_inferencedata=True or return_inferencedata=False to be safe and silence this warning.
when calling pm.sample()
. Need to remove and set return_inferencedata=True
.