diff options
author | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2024-07-19 11:32:36 +0200 |
---|---|---|
committer | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2024-07-19 11:32:36 +0200 |
commit | 3cb857f94b964d7107eda03efc0c6454748a5716 (patch) | |
tree | b3f04fa05ba95dc08f897aebfa01a5d560a6f844 /modeling/productions_math.py | |
parent | b9d067b835f0c74b0d34b4289f5c6917c5544cd8 (diff) |
fix overall procedure
Diffstat (limited to 'modeling/productions_math.py')
-rw-r--r-- | modeling/productions_math.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modeling/productions_math.py b/modeling/productions_math.py index 1a756c9..9ab11a9 100644 --- a/modeling/productions_math.py +++ b/modeling/productions_math.py @@ -95,7 +95,7 @@ def start(): # if sim.current_event.action == "NO RULE FOUND": # print(goal) if sim.current_event.action == "KEY PRESSED: SPACE": - sim._Simulation__env.stimulus["Answer1"]["text"] = "99" + sim._Simulation__env.stimulus["Answer5"]["text"] = "99" i += 1 print(userinput) print("NEW PROC") |