Closed
Description
The gp
submodule was not yet refactored for v4
.
Here's one low-hanging fruits to start with:
pymc/tests/test_gp.py::TestMarginalVsMarginalSparse::testApproximations
is fixed by changing the shape of thep
ndarray
that's passed intomodel.logp(...)
by slicing with[None, :]
.
Some tests are marked with an XFAIL about the MvNormal
not being refactored yet, but meanwhile it is refactored.
Also related to #5024