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
pymc/tests/test_gp.py::TestMarginalVsMarginalSparse::testApproximations is fixed by changing the shape of the pndarray that's passed into model.logp(...) by slicing with [None, :].
Some tests are marked with an XFAIL about the MvNormal not being refactored yet, but meanwhile it is refactored.
The
gp
submodule was not yet refactored forv4
.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
The text was updated successfully, but these errors were encountered: