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