From e0eb227cd77550d7f34521406b8ab77017183134 Mon Sep 17 00:00:00 2001 From: Niclas Dobbertin Date: Thu, 11 Jul 2024 15:46:28 +0200 Subject: progress --- modeling/prod_vis.py | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'modeling/prod_vis.py') diff --git a/modeling/prod_vis.py b/modeling/prod_vis.py index bc1f0b4..3ad5ccc 100644 --- a/modeling/prod_vis.py +++ b/modeling/prod_vis.py @@ -15,8 +15,6 @@ def procedures(Model): =g> isa math_goal op find_arg1_header - ?visual_location> - attended False +visual_location> isa _visuallocation value =var @@ -50,7 +48,7 @@ def procedures(Model): +visual_location> isa _visuallocation screen_x =screen_x - screen_y closest + screen_y 200 +retrieval> isa number number 1 @@ -235,7 +233,7 @@ def procedures(Model): +visual_location> isa _visuallocation screen_x =screen_x - screen_y closest + screen_y 200 ~retrieval> """, ) @@ -532,7 +530,7 @@ def procedures(Model): +visual_location> isa _visuallocation screen_x =screen_x - screen_y closest + screen_y 200 ~retrieval> """, ) @@ -817,8 +815,6 @@ def procedures(Model): =g> isa math_goal op find_arg2_header - ?visual_location> - attended False +visual_location> isa _visuallocation value =var @@ -853,7 +849,7 @@ def procedures(Model): isa _visuallocation screen_x =screen_x screen_y ~=screen_y - screen_y closest + screen_y 200 +retrieval> isa number number 1 @@ -1039,7 +1035,7 @@ def procedures(Model): +visual_location> isa _visuallocation screen_x =screen_x - screen_y closest + screen_y 200 ~retrieval> """, ) @@ -1336,7 +1332,7 @@ def procedures(Model): +visual_location> isa _visuallocation screen_x =screen_x - screen_y closest + screen_y 200 ~retrieval> """, ) -- cgit v1.2.3