Skip to content

Commit e2c7369

Browse files
Use absolute imports in test_ETS
1 parent 2cecdbe commit e2c7369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/statespace/test_ETS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
from numpy.testing import assert_allclose
77
from pytensor.graph.basic import explicit_graph_inputs
88
from scipy import linalg
9-
from statespace.utils.constants import LONG_MATRIX_NAMES
109

1110
from pymc_experimental.statespace.models.ETS import BayesianETS
11+
from pymc_experimental.statespace.utils.constants import LONG_MATRIX_NAMES
1212
from tests.statespace.utilities.shared_fixtures import rng
1313
from tests.statespace.utilities.test_helpers import load_nile_test_data
1414

0 commit comments

Comments
 (0)