From de12aea4774cef6f5c6b23e4eb023dd5bfc37e7c Mon Sep 17 00:00:00 2001 From: teddygroves Date: Tue, 10 Oct 2023 10:52:06 +0200 Subject: [PATCH] Add algebra solver config to methionine model --- maud/data/example_inputs/methionine/config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/maud/data/example_inputs/methionine/config.toml b/maud/data/example_inputs/methionine/config.toml index bbd7b6d6..7ec0eda4 100644 --- a/maud/data/example_inputs/methionine/config.toml +++ b/maud/data/example_inputs/methionine/config.toml @@ -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