From 7675db11b1cb01f06642e452cb34160afa08c331 Mon Sep 17 00:00:00 2001 From: ym1906 Date: Thu, 14 Nov 2024 09:16:29 +0000 Subject: [PATCH] Updated with default for update_obsolete --- process/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/main.py b/process/main.py index 0291d196..92834695 100644 --- a/process/main.py +++ b/process/main.py @@ -362,7 +362,7 @@ def run(self): class SingleRun: """Perform a single run of PROCESS.""" - def __init__(self, input_file, update_obsolete, solver="vmcon"): + def __init__(self, input_file, update_obsolete=False, solver="vmcon"): """Read input file and initialise variables. :param input_file: input file named IN.DAT