Skip to content

Commit

Permalink
bug fix - import mvn_logpdf
Browse files Browse the repository at this point in the history
  • Loading branch information
William Wilkinson committed Nov 16, 2022
1 parent 3c104cd commit 68886ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bayesnewton/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
inv_vmap,
vmap_diag,
solve,
ensure_diagonal_positive_precision
ensure_diagonal_positive_precision,
mvn_logpdf_
)
from .likelihoods import Likelihood, MultiLatentLikelihood
from .basemodels import GaussianDistribution, SparseGP
Expand Down

0 comments on commit 68886ae

Please sign in to comment.