summaryrefslogtreecommitdiff
path: root/modeling/productions_math.py
diff options
context:
space:
mode:
authorNiclas Dobbertin <niclas.dobbertin@mailbox.org>2024-07-05 12:15:06 +0200
committerNiclas Dobbertin <niclas.dobbertin@mailbox.org>2024-07-05 12:15:06 +0200
commit521e4ee53cc0add0d357d28a35dbed7184026ec2 (patch)
tree3d68e40d9577f43e3a71a04744a7768176173322 /modeling/productions_math.py
parent89f11b1c74664054aee78de8610344791a0c8c03 (diff)
find max and min value
Diffstat (limited to 'modeling/productions_math.py')
-rw-r--r--modeling/productions_math.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modeling/productions_math.py b/modeling/productions_math.py
index 42c08da..aa06ffb 100644
--- a/modeling/productions_math.py
+++ b/modeling/productions_math.py
@@ -54,7 +54,7 @@ def start():
# op, arg1, arg2 = wait_input()
Model, DM, goal, imaginal, env = init()
# add_goal(goal, op, arg1, arg2)
- add_proc(goal, "proc6")
+ add_proc(goal, "proc3")
envs = model_env.get_env()
general_prod(Model)