Skip to content

Commit 1658fe7

Browse files
committed
Added missing imports to test_statespace_JAX
1 parent 5dd7406 commit 1658fe7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/statespace/test_statespace_JAX.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@
99
from pymc.model.transform.optimization import freeze_dims_and_data
1010

1111
from pymc_extras.statespace.utils.constants import (
12+
FILTER_OUTPUT_NAMES,
1213
JITTER_DEFAULT,
1314
LONG_MATRIX_NAMES,
15+
MATRIX_NAMES,
1416
MISSING_FILL,
1517
SHORT_NAME_TO_LONG,
18+
SMOOTHER_OUTPUT_NAMES,
1619
)
1720
from tests.statespace.test_statespace import ( # pylint: disable=unused-import
1821
exog_ss_mod,

0 commit comments

Comments
 (0)