Skip to content

Commit cd11d06

Browse files
committed
smaller country for memory issues
1 parent a4eefbe commit cd11d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/test/test_exposures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_cut_nasa_esp_pass(self):
9393
shp_file = shapereader.Reader(shp_fn)
9494
list_records = list(shp_file.records())
9595
for info_idx, info in enumerate(list_records):
96-
if info.attributes['ADM0_A3'] == 'ESP':
96+
if info.attributes['ADM0_A3'] == 'AIA':
9797
bounds = info.bounds
9898

9999
req_files = nl_utils.check_required_nl_files(bounds)

0 commit comments

Comments
 (0)