Skip to content

Commit 117fd4b

Browse files
climada.test.test_calibration: fix import
1 parent 4d16bb0 commit 117fd4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

climada/test/test_calibration.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,14 @@
2929
from climada.engine.calibration_opt import calib_instance
3030
from climada.util.constants import ENT_DEMO_TODAY
3131
import climada.hazard.test as hazard_test
32+
from climada.test import get_test_file
33+
3234

3335
HAZ_TEST_MAT = get_test_file('atl_prob_no_name', file_format='matlab')
3436

3537
DATA_FOLDER = CONFIG.test_data.dir()
3638

39+
3740
class TestCalib(unittest.TestCase):
3841
"""Test engine calibration method."""
3942

0 commit comments

Comments
 (0)