We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34da988 commit c227c30Copy full SHA for c227c30
1 file changed
src/muse/carbon_budget.py
@@ -334,7 +334,7 @@ def bisection(
334
# Create cache for emissions at different price points
335
emissions_cache = EmissionsCache(market, equilibrium, commodities)
336
337
- # Carbon price and emissions threshold in the forecast year
+ # Carbon price and emissions threshold in the investment year
338
future = market.year[-1]
339
target = carbon_budget.sel(year=future).values.item()
340
price = market.prices.sel(year=future, commodity=commodities).mean().values.item()
0 commit comments