NetLogo / NetLogo/NW-Extension

Figure out how resize-world should affect custom contexts

Open
#110 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Scala
Stars
66
Forks
25
PR merge metrics
No merged PRs in 30d

Description

after-world-resize-agentset_2D
  extensions [ nw ]
  O> nw:set-context (turtle-set turtles) links
  O> crt 2 [ create-links-with other turtles ]
  [ nw:distance-to one-of other turtles ] of one-of turtles => 1
  O> resize-world -1 1 -1 1
  O> crt 2 [ create-links-with other turtles ]
[ nw:distance-to one-of other turtles ] of one-of turtles => <false or 1?>

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the shown after-world-resize-agentset_2D sequence, including nw:set-context, link creation, and resize-world. First determine whether the post-resize nw:distance-to result should be false or 1; the issue does not specify the expected behavior, files, tests, or completion criteria.

Written by the indexing model from the issue text.

Assessment

Tech stack
scala
Domain
networking
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.