Skip to content

Commit 9ecc046

Browse files
committed
Fixed distribution test import
1 parent 62a8c0e commit 9ecc046

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/statespace/test_distributions.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,17 @@
1111
from pymc_extras.statespace.filters.distributions import (
1212
LinearGaussianStateSpace,
1313
LinearGaussianStateSpaceRV,
14+
SequenceMvNormal,
15+
_LinearGaussianStateSpace,
1416
)
1517
from pymc_extras.statespace.utils.constants import (
18+
ALL_STATE_DIM,
1619
JITTER_DEFAULT,
1720
LONG_MATRIX_NAMES,
1821
MISSING_FILL,
22+
OBS_STATE_DIM,
1923
SHORT_NAME_TO_LONG,
24+
TIME_DIM,
2025
)
2126
from tests.statespace.utilities.shared_fixtures import ( # pylint: disable=unused-import
2227
rng,

0 commit comments

Comments
 (0)