Skip to content

Commit 3d547b7

Browse files
committed
remove white spaces
1 parent b700bc2 commit 3d547b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

climada/entity/exposures/black_marble.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def _get_income_group(cntry_info, ref_year, shp_file):
388388
LOGGER.warning('Internet connection failed while downloading ' +
389389
'historical income groups.')
390390
dfr_wb = pd.DataFrame()
391-
391+
392392
for cntry_iso, cntry_val in cntry_info.items():
393393
try:
394394
cntry_dfr = dfr_wb.loc[cntry_iso]

climada/util/plot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def geo_bin_from_array(array_sub, geo_coord, var_name, title, pop_name=True,
7777
kwargs_cbar = {'extend':'min'}
7878
else:
7979
kwargs_cbar = {}
80-
80+
8181
# Binned image with coastlines
8282
extent = get_borders(coord)
8383
extent = ([extent[0] - buffer_deg, extent[1] + buffer_deg, extent[2] -\
@@ -95,7 +95,7 @@ def geo_bin_from_array(array_sub, geo_coord, var_name, title, pop_name=True,
9595
# Create colorbar in this axis
9696
cbax = make_axes_locatable(axis).append_axes('right', size="6.5%", \
9797
pad=0.1, axes_class=plt.Axes)
98-
cbar = plt.colorbar(hex_bin, cax=cbax, orientation='vertical',
98+
cbar = plt.colorbar(hex_bin, cax=cbax, orientation='vertical',
9999
**kwargs_cbar)
100100
cbar.set_label(name)
101101
axis.set_title(tit)

0 commit comments

Comments
 (0)