Skip to content

Commit b85254c

Browse files
assimilate column names
1 parent e0e98f5 commit b85254c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/hazard/test/test_tc_tracks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ def test_tracks_in_exp_pass(self):
12881288
world = gpd.GeoDataFrame(
12891289
data=[cntry.attributes for cntry in shape_file.records()],
12901290
geometry=[cntry.geometry for cntry in shape_file.records()],
1291-
)
1291+
).rename(columns=lambda col: col.lower())
12921292
exp_world = Exposures(world)
12931293
exp = Exposures(exp_world.gdf[exp_world.gdf["name"] == "Cuba"])
12941294

0 commit comments

Comments
 (0)