Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-schmid committed Dec 1, 2023
1 parent 94a5b0a commit d4cc011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion climada/entity/measures/test/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
from climada.entity.measures.measure_set import MeasureSet
from climada.entity.measures.base import Measure, IMPF_ID_FACT
from climada.util.constants import EXP_DEMO_H5, HAZ_DEMO_H5
from climada.test import get_test_file
import climada.util.coordinates as u_coord
import climada.hazard.test as hazard_test
import climada.entity.exposures.test as exposures_test

DATA_DIR = CONFIG.measures.test_data.dir()
Expand Down
2 changes: 1 addition & 1 deletion climada/hazard/test/test_trop_cyclone.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
TEST_TRACK = DATA_DIR.joinpath("trac_brb_test.csv")
TEST_TRACK_SHORT = DATA_DIR.joinpath("trac_short_test.csv")

CENTR_TEST_BRB = Centroids.from_hdf5(get_test_file(name='centr_test_brb', format='hdf5'))
CENTR_TEST_BRB = Centroids.from_hdf5(get_test_file('centr_test_brb', file_format='hdf5'))


class TestReader(unittest.TestCase):
Expand Down

0 comments on commit d4cc011

Please sign in to comment.