Test against pymc v6 and pytensor v3#668
Test against pymc v6 and pytensor v3#668jessegrabowski wants to merge 17 commits intopymc-devs:mainfrom
Conversation
|
PyMC V6 is again compatible with PyTensor V3 so time to try again |
4c9f778 to
09b45ea
Compare
|
need to install netcdf manually |
|
test_censored_xdist is warning DeprecationWarning: Calling an XRV without an explicit rng is deprecated. Use xt.random.rng or xt.random.shared_rng It's coming upstream from pymc, we need to update over there. I don't think we fail on warning in PyMC so we missed it. |
|
Yeah we did, we fail on some places not all. |
|
Censored fixed by pymc-devs/pymc#8255 |
|
@jessegrabowski is this ready, need a rebase only? |
|
Need to pull in the fix from #674, which is now closed so idk what's going on @fonnesbeck |
|
It was closed because Osvaldo fixed the underlying issue in ArviZ, so the problem should not exist in ArviZ 1.0 anymore. |
|
The fix is available by installing arviz-stats from main. We are planning to do a release this Thursday or Friday. |
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Placeholder issue. First task is to pull in #642