diff options
author | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2024-07-12 12:37:15 +0200 |
---|---|---|
committer | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2024-07-12 12:37:15 +0200 |
commit | f520b7a6e163ab4e88ae51598ecef80cdad3e19d (patch) | |
tree | d98b1a27de950f0252ba8e751877129896a01e67 /modeling/model_init.py | |
parent | e0eb227cd77550d7f34521406b8ab77017183134 (diff) |
add overall procedure
Diffstat (limited to 'modeling/model_init.py')
-rw-r--r-- | modeling/model_init.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modeling/model_init.py b/modeling/model_init.py index d135007..66e74b1 100644 --- a/modeling/model_init.py +++ b/modeling/model_init.py @@ -187,7 +187,7 @@ def init(): op1="sub", arg1_1=100, arg1_1_idx=0, - arg1_2="results", + arg1_2="Answers", arg1_2_idx="max", op2="add", arg2_1="result1", |