Skip to content

Commit 22e4e29

Browse files
committed
Fix mistake in documentation
1 parent f720fd1 commit 22e4e29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/inputs/toml.rst

Lines changed: 1 addition & 1 deletion
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 5
138+
- `max_iterations`: maximum number of iterations. Defaults to 10
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

0 commit comments

Comments
 (0)