Skip to content

Commit 5695e89

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

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
@@ -488,7 +488,7 @@ def subset_by_basin(self, origin: bool = False):
488488
tracks_outside_basin.append(track)
489489

490490
# return TCTracks objetcs
491-
for basin in Basin_bounds_storm:
491+
for basin in BasinBoundsStorm:
492492
if not basins_dict[basin.name]:
493493
basins_dict[basin.name] = TCTracks([])
494494
else:

0 commit comments

Comments
 (0)