Skip to content

Commit

Permalink
Updated with default for update_obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
ym1906 committed Nov 14, 2024
1 parent 1299d3f commit 7675db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <optional_name>IN.DAT
Expand Down

0 comments on commit 7675db1

Please sign in to comment.