Skip to content

Commit 0e15a3e

Browse files
committed
Extra note about resolution parameter
1 parent f51b39c commit 0e15a3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/muse/carbon_budget.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,9 @@ def bisection(
407407
message = (
408408
f"Carbon budget could not be matched for the year {int(future)} to within "
409409
"the specified tolerance. "
410-
"This can often occur due to a stepwise emissions landscape "
410+
"This is sometimes unavoidable due to a discontinuous emissions landscape "
411411
"which can make the budget unreachable, but can sometimes be "
412-
"fixed by increasing max_iterations or early_termination_count."
412+
"fixed by increasing max_iterations, early_termination_count or resolution."
413413
)
414414
getLogger(__name__).warning(message)
415415
return new_price

0 commit comments

Comments
 (0)