We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d16bb0 commit 117fd4bCopy full SHA for 117fd4b
climada/test/test_calibration.py
@@ -29,11 +29,14 @@
29
from climada.engine.calibration_opt import calib_instance
30
from climada.util.constants import ENT_DEMO_TODAY
31
import climada.hazard.test as hazard_test
32
+from climada.test import get_test_file
33
+
34
35
HAZ_TEST_MAT = get_test_file('atl_prob_no_name', file_format='matlab')
36
37
DATA_FOLDER = CONFIG.test_data.dir()
38
39
40
class TestCalib(unittest.TestCase):
41
"""Test engine calibration method."""
42
0 commit comments