Skip to content

Commit c227c30

Browse files
committed
Change docstring
1 parent 34da988 commit c227c30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/muse/carbon_budget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def bisection(
334334
# Create cache for emissions at different price points
335335
emissions_cache = EmissionsCache(market, equilibrium, commodities)
336336

337-
# Carbon price and emissions threshold in the forecast year
337+
# Carbon price and emissions threshold in the investment year
338338
future = market.year[-1]
339339
target = carbon_budget.sel(year=future).values.item()
340340
price = market.prices.sel(year=future, commodity=commodities).mean().values.item()

0 commit comments

Comments
 (0)