summaryrefslogtreecommitdiff
path: root/modeling/model_init.py
diff options
context:
space:
mode:
Diffstat (limited to 'modeling/model_init.py')
-rw-r--r--modeling/model_init.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/modeling/model_init.py b/modeling/model_init.py
index a61fc9b..369cb50 100644
--- a/modeling/model_init.py
+++ b/modeling/model_init.py
@@ -223,16 +223,16 @@ def init():
result=max(i, j),
)
)
- # DM.add(
- # actr.makechunk(
- # f"lesser{i}{j}",
- # "math_op",
- # op="lesser",
- # arg1=i,
- # arg2=j,
- # result=min(i, j),
- # )
- # )
+ DM.add(
+ actr.makechunk(
+ f"lesser{i}{j}",
+ "math_op",
+ op="lesser",
+ arg1=i,
+ arg2=j,
+ result=min(i, j),
+ )
+ )
for i in range(0, 21):
for j in range(0, 21):
DM.add(