Skip to content

Commit

Permalink
Add algebra solver config to methionine model
Browse files Browse the repository at this point in the history
  • Loading branch information
teddygroves committed Oct 10, 2023
1 parent fb47e43 commit de12aea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions maud/data/example_inputs/methionine/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ adapt_delta = 0.99
rel_tol = 1e-8
abs_tol = 1e-8
max_num_steps = 1000000.0

[algebra_solver_config]
rel_tol = 1e-6
abs_tol = 1e-6
max_num_steps = 1000000

0 comments on commit de12aea

Please sign in to comment.