Skip to content

Commit 44bb85c

Browse files
committed
Fix bad import path to dscim.tests for test IO utils
1 parent 78a3c7c commit 44bb85c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_baseline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from xarray.testing import assert_allclose
44
import pytest
55
import pandas
6-
from dscim.tests import open_zipped_results
6+
from . import open_zipped_results
77
from dscim.menu.baseline import Baseline
88

99

tests/test_risk_aversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from xarray.testing import assert_allclose
55
import pytest
66

7-
from dscim.tests import open_zipped_results
7+
from . import open_zipped_results
88
from dscim.menu.risk_aversion import RiskAversionRecipe
99

1010

0 commit comments

Comments
 (0)