Skip to content

Commit

Permalink
Use absolute imports in test_ETS
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegrabowski committed Oct 13, 2024
1 parent 2cecdbe commit e2c7369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/statespace/test_ETS.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
from numpy.testing import assert_allclose
from pytensor.graph.basic import explicit_graph_inputs
from scipy import linalg
from statespace.utils.constants import LONG_MATRIX_NAMES

from pymc_experimental.statespace.models.ETS import BayesianETS
from pymc_experimental.statespace.utils.constants import LONG_MATRIX_NAMES
from tests.statespace.utilities.shared_fixtures import rng
from tests.statespace.utilities.test_helpers import load_nile_test_data

Expand Down

0 comments on commit e2c7369

Please sign in to comment.