Skip to content

Commit ea312c4

Browse files
committed
Add to requirements-dev.txt and MvNormalSVD method
1 parent ec46270 commit ea312c4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pymc_extras/statespace/filters/distributions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class MvNormalSVD(MvNormal):
6262
A JAX MvNormal robust to low-rank covariance matrices
6363
"""
6464

65-
rv_op = MvNormalSVDRV()
65+
rv_op = MvNormalSVDRV(method="svd")
6666

6767

6868
try:

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ blackjax
33

44
# Used as benchmark for statespace models
55
statsmodels
6+
scikit-learn
7+
better-optimize

0 commit comments

Comments
 (0)