Skip to content

Commit ea692a4

Browse files
author
JMGilbert
committed
merge main
2 parents c9e3674 + 45804f8 commit ea692a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dscim/menu/main_recipe.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,8 +1311,8 @@ def stream_discount_factors(self):
13111311
discounting_type=self.discounting_type,
13121312
fair_aggregation=self.fair_aggregation,
13131313
)
1314-
1315-
@cachedproperty
1314+
1315+
@cachedproperty
13161316
@save("uncollapsed_discount_factors")
13171317
def uncollapsed_discount_factors(self):
13181318
pop = self.collapsed_pop.sum("region")
@@ -1346,7 +1346,6 @@ def uncollapsed_marginal_damages(self):
13461346

13471347
return md
13481348

1349-
13501349
@cachedproperty
13511350
@save("uncollapsed_discount_factors")
13521351
def uncollapsed_discount_factors(self):

0 commit comments

Comments
 (0)