We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51b39c commit 0e15a3eCopy full SHA for 0e15a3e
1 file changed
src/muse/carbon_budget.py
@@ -407,9 +407,9 @@ def bisection(
407
message = (
408
f"Carbon budget could not be matched for the year {int(future)} to within "
409
"the specified tolerance. "
410
- "This can often occur due to a stepwise emissions landscape "
+ "This is sometimes unavoidable due to a discontinuous emissions landscape "
411
"which can make the budget unreachable, but can sometimes be "
412
- "fixed by increasing max_iterations or early_termination_count."
+ "fixed by increasing max_iterations, early_termination_count or resolution."
413
)
414
getLogger(__name__).warning(message)
415
return new_price
0 commit comments