Skip to content

Commit 876205e

Browse files
committed
add spacing
1 parent bd059e8 commit 876205e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/entity/exposures/black_marble.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,4 +507,4 @@ def _set_econ_indicators(exp, gdp, inc_grp):
507507
"""
508508
if exp.value.sum() > 0:
509509
exp.value = np.power(exp.value, 3)
510-
exp.value = exp.value/exp.value.sum()* gdp * (inc_grp+1)
510+
exp.value = exp.value/exp.value.sum() * gdp * (inc_grp+1)

0 commit comments

Comments
 (0)