Skip to content

Commit f3b067e

Browse files
authored
Merge branch 'develop' into carbon_budget_tutorial
2 parents 21a0626 + 79df22a commit f3b067e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/inputs/toml.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Example
135135

136136
Parameters for the `bisection` method:
137137

138-
- `max_iterations`: maximum number of iterations. Defaults to 10
138+
- `max_iterations`: maximum number of iterations. Defaults to 5.
139139
- `tolerance`: tolerance for convergence. E.g. 0.1 means that the algorithm will terminate when emissions are within 10% of the carbon budget. Defaults to 0.1.
140140
- `early_termination_count`: number of iterations with no change in the carbon price before the algorithm will terminate. Defaults to 5.
141141

@@ -147,7 +147,7 @@ Example
147147
Shared parameters:
148148

149149
- `refine_price`: If True, applies an upper limit on the carbon price. Defaults to False.
150-
- `price_too_high_threshold`: upper limit on the carbon price. Defaults to 5.
150+
- `price_too_high_threshold`: upper limit on the carbon price. Defaults to 10.
151151

152152

153153
------------------

0 commit comments

Comments
 (0)