Skip to content

Commit

Permalink
fix(tests): import from costs_old
Browse files Browse the repository at this point in the history
  • Loading branch information
Tveten committed Nov 20, 2024
1 parent 619ebdd commit 51ca2a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion skchange/costs_old/tests/test_costs.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import numpy as np
import pytest

from skchange.costs import VALID_COSTS, cost_factory
from skchange.costs_old import VALID_COSTS, cost_factory
from skchange.datasets.generate import generate_alternating_data


Expand Down
2 changes: 1 addition & 1 deletion skchange/costs_old/tests/test_mean_cov_cost.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pytest
from scipy.stats import multivariate_normal

from skchange.costs import cost_factory
from skchange.costs_old import cost_factory


def analytical_mv_ll_at_mle(X: np.ndarray):
Expand Down
2 changes: 1 addition & 1 deletion skchange/costs_old/tests/test_savings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import numpy as np
import pytest

from skchange.costs import VALID_SAVINGS, saving_factory
from skchange.costs_old import VALID_SAVINGS, saving_factory
from skchange.datasets.generate import generate_alternating_data


Expand Down

0 comments on commit 51ca2a5

Please sign in to comment.