Skip to content

Commit

Permalink
Corrected type of 'manual_scaling' from list to dict.
Browse files Browse the repository at this point in the history
  • Loading branch information
hprats committed Nov 6, 2024
1 parent 92f1ef3 commit 53accc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/writing_input_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ ZacrosTools.
- **stopping_criteria** (*dict*): Stopping criteria in Zacros format.
- Must contain the following keys: `'max_steps'`, `'max_time'`, and `'wall_time'`.
- Default value: `{'max_steps': 'infinity', 'max_time': 'infinity', 'wall_time': 86400}`.
- **manual_scaling** (*list*): Step names (keys) and their corresponding manual scaling factors (values).
- **manual_scaling** (*dict*): Step names (keys) and their corresponding manual scaling factors (values).
- Example: `{'CO_diffusion': 1.0e-1, 'O_diffusion': 1.0e-2}`.
- Default value: `{}`.
- **stiffness_scaling_algorithm** (*str*): Algorithm used for stiffness scaling. Possible values are `legacy` or `prats2024`.
Expand Down

0 comments on commit 53accc2

Please sign in to comment.