Closed
Description
We've currently got 12 failing doctests.
Initially I was unable to replicate the failing tests running make doctest
locally. But after rebuilding the environment from scratch I did manage to replicate the failing tests. So the suspicion is that something has changed in a dependency.
I've not dug into the details too much, but possibly related to the expected outputs. Maybe a type hinting issue?
061 >>> model.fit(X, y)
Expected:
Inference...
Got:
<BLANKLINE>
<BLANKLINE>
Inference data with groups:
> posterior
> posterior_predictive
> sample_stats
> prior
> prior_predictive
> observed_data
> constant_data
Tagging @jpreszler