We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c993e4 commit f51b39cCopy full SHA for f51b39c
1 file changed
src/muse/carbon_budget.py
@@ -407,7 +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
- "Try increasing the tolerance or sample size."
+ "This can often occur due to a stepwise emissions landscape "
411
+ "which can make the budget unreachable, but can sometimes be "
412
+ "fixed by increasing max_iterations or early_termination_count."
413
)
414
getLogger(__name__).warning(message)
415
return new_price
0 commit comments