diff options
author | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2024-06-27 22:31:33 +0200 |
---|---|---|
committer | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2024-06-27 22:31:33 +0200 |
commit | 6a0b7dad008cb8a9e48ade0dceb49082e1349c30 (patch) | |
tree | 46241ff78b6905e2a1339fc7608299fdf760e632 /modeling/productions_math.py | |
parent | eb2e5ca2ffa74e3dd2579dcb70a347e6cd481545 (diff) |
update
Diffstat (limited to 'modeling/productions_math.py')
-rw-r--r-- | modeling/productions_math.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modeling/productions_math.py b/modeling/productions_math.py index 90dcffb..5687ba9 100644 --- a/modeling/productions_math.py +++ b/modeling/productions_math.py @@ -88,8 +88,8 @@ def init(): "procedure", proc="proc1", op1="add", - arg1_1="Algen", - arg1_1_idx=1, + arg1_1="Gifte", + arg1_1_idx=4, arg1_2="Sandstein", arg1_2_idx=4, op2="mul", @@ -215,7 +215,7 @@ def start(): # sim.step() # if sim.current_event.action == "KEY PRESSED: SPACE": # break - sim.run(max_time=4) + sim.run(max_time=8) print("Simulation time: ", sim.show_time()) print("goal: ", goal) # print(list(env)) |