From e557fa82396618256bf6081cda7ca31c495df3e8 Mon Sep 17 00:00:00 2001 From: James Dark <65899899+jhdark@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:09:37 -0400 Subject: [PATCH] typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: RĂ©mi Delaporte-Mathurin <40028739+RemDelaporteMathurin@users.noreply.github.com> --- festim/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/festim/settings.py b/festim/settings.py index 57ad59c29..fbd062299 100644 --- a/festim/settings.py +++ b/festim/settings.py @@ -10,7 +10,7 @@ class Settings: simulation. Attributes: - aboslute_tolerance (float): Absolute tolerance for the solver. + absolute_tolerance (float): Absolute tolerance for the solver. relative_tolerance (float): Relative tolerance for the solver. max_iterations (int, optional): Maximum number of iterations for the solver. final_time (float, optional): Final time for a transient simulation.