-
Environment: Netlogo 6.3.0
I have tried on Python version 3.11, 3.10 and 3.9.13.
Netlogo is unable to read the code written in python, even the code is put in py:run.
But it works on other's pc. …
-
NetLogo is unable to supply you with more details about this error. Please report the problem
at https://github.com/NetLogo/NetLogo/issues, or to bugs@ccl.northwestern.edu, and paste the
content…
-
From NetLogo users group discussion:
Ken> I have some computations that only need to be run if the view is
Ken> being updated. There are various ways the view might not be
Ken> updated (e.g. after ca…
-
To reproduce, open up this model in Tortoise and NetLogo. `setup`, `go`, and then hit the `crt num-turtles...` button over and over. In NetLogo, you'll see turtles pop up briefly and disappear. Not so…
-
this happened when I closed the 3D view when some code was still running in the Command Center
```
error (ConcurrentModificationException)
while observer running ASK
called by Command Center
NetL…
-
This is from a user report.
The core of the issue is that with 'Measure runs at every step' checked for an experiment, the measurements occur before the steps actually run. This means there is no …
-
copy of my code:
```
globals[
color-scheme-1
color-scheme-2
color-scheme-3
color-scheme-4
color-scheme-5] ;;custom color
patches-own [
-color alive]
to setup
ask patches [
set ali…
ghost updated
8 years ago
-
I've started running BehaviorSpace headless for the first time in a long while, and for the first time with NetLogo 6.0 (in this case 6.0.1). In the process I've found a documentation error and what …
-
NetLogo is unable to supply you with more details about this error. Please report the problem
at https://github.com/NetLogo/NetLogo/issues, or to bugs@ccl.northwestern.edu, and paste the
contents of …
-
I have a major org-mode file in which I use to gather other org files. At the end, I use org-transclusion (Awesome package btw) to tangle the section code block to some other specific file. Everything…