We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd059e8 commit 876205eCopy full SHA for 876205e
climada/entity/exposures/black_marble.py
@@ -507,4 +507,4 @@ def _set_econ_indicators(exp, gdp, inc_grp):
507
"""
508
if exp.value.sum() > 0:
509
exp.value = np.power(exp.value, 3)
510
- exp.value = exp.value/exp.value.sum()* gdp * (inc_grp+1)
+ exp.value = exp.value/exp.value.sum() * gdp * (inc_grp+1)
0 commit comments