Skip to content

Commit

Permalink
fix typo in dict assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
aleeciu committed Nov 6, 2023
1 parent a5a1058 commit 034f8d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions climada/hazard/tc_clim_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ def get_gmst_info():
gmst_info = {}

gmst_info.update({'rcps' : ['2.6', '4.5', '6.0', '8.5']})
gmst_info({'gmst_start_year' : 1880})
gmst_info({'gmst_end_year' : 2100})
gmst_info.update({'gmst_start_year' : 1880})
gmst_info.update({'gmst_end_year' : 2100})

gmst_info.update({'gmst_data':
np.empty((len(gmst_info['rcps']),
Expand Down

0 comments on commit 034f8d0

Please sign in to comment.