diff options
author | Dobbertin, Niclas <niclas.dobbertin@mailbox.org> | 2024-09-02 08:12:53 +0200 |
---|---|---|
committer | Dobbertin, Niclas <niclas.dobbertin@mailbox.org> | 2024-09-02 08:12:53 +0200 |
commit | be9aa2cc897ce4ff8a42617f9707c179e0eeddbd (patch) | |
tree | ced84404b1b0838081664fab0c5ce8a12c7432bd /modeling/prod_motor.py | |
parent | 7c1d45b574de33dafcd93b251fc089acff313292 (diff) |
update
Diffstat (limited to 'modeling/prod_motor.py')
-rw-r--r-- | modeling/prod_motor.py | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/modeling/prod_motor.py b/modeling/prod_motor.py index 5c483e7..a13e64a 100644 --- a/modeling/prod_motor.py +++ b/modeling/prod_motor.py @@ -14,10 +14,11 @@ def procedures(Model): ==> =g> isa math_goal - op press_tens - arg1 =result - ones1 None - tens1 None + op expand + nextop press_tens + arg2 =result + ones2 None + tens2 None """ ) @@ -27,8 +28,8 @@ def procedures(Model): =g> isa math_goal op press_tens - tens1 ~None - tens1 =key + tens2 ~None + tens2 =key ?manual> state free ==> @@ -48,8 +49,8 @@ def procedures(Model): =g> isa math_goal op press_ones - ones1 ~None - ones1 =key + ones2 ~None + ones2 =key ?manual> state free ==> |