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.
2 parents c9e3674 + 45804f8 commit ea692a4Copy full SHA for ea692a4
dscim/menu/main_recipe.py
@@ -1311,8 +1311,8 @@ def stream_discount_factors(self):
1311
discounting_type=self.discounting_type,
1312
fair_aggregation=self.fair_aggregation,
1313
)
1314
-
1315
- @cachedproperty
+
+ @cachedproperty
1316
@save("uncollapsed_discount_factors")
1317
def uncollapsed_discount_factors(self):
1318
pop = self.collapsed_pop.sum("region")
@@ -1346,7 +1346,6 @@ def uncollapsed_marginal_damages(self):
1346
1347
return md
1348
1349
1350
@cachedproperty
1351
1352
0 commit comments