File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,9 +155,9 @@ after-world-resize-non-breed_2D
155155 [ nw:distance-to mouse 2 ] of mouse 1 => 2
156156 O> resize-world -1 1 -1 1
157157 O> create-frogs 1
158- O> create-mice 2 [ create-undirected-edge-with frog 3 ]
158+ O> create-mice 2 [ create-undirected-edge-with frog 0 ]
159159 # new agents should not be added to context:
160- [ nw:distance-to mouse 4 ] of mouse 5 => false
160+ [ nw:distance-to mouse 1 ] of mouse 2 => false
161161
162162after-world-resize-non-breed_3D
163163 extensions [ nw ]
@@ -170,9 +170,9 @@ after-world-resize-non-breed_3D
170170 [ nw:distance-to mouse 2 ] of mouse 1 => 2
171171 O> resize-world -1 1 -1 1 -1 1
172172 O> create-frogs 1
173- O> create-mice 2 [ create-undirected-edge-with frog 3 ]
173+ O> create-mice 2 [ create-undirected-edge-with frog 0 ]
174174 # new agents should not be added to context:
175- [ nw:distance-to mouse 4 ] of mouse 5 => false
175+ [ nw:distance-to mouse 1 ] of mouse 2 => false
176176
177177closeness-after-births-non-breed
178178 extensions [ nw ]
You can’t perform that action at this time.
0 commit comments