Skip to content

Commit dc60e2f

Browse files
Update climada/hazard/tc_tracks.py
Co-authored-by: Chahan M. Kropf <[email protected]>
1 parent 1f10bbc commit dc60e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/hazard/tc_tracks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
dataset using STORM. Scientific Data 7(1): 40."""
196196

197197

198-
class Basin_bounds_storm(Enum):
198+
class BasinBoundsStorm(Enum):
199199
"""
200200
Store tropical cyclones basin geographical extent.
201201
The boundaries of the basin are represented as a polygon (using the `shapely` Polygon object)

0 commit comments

Comments
 (0)