NetLogo icon indicating copy to clipboard operation
NetLogo copied to clipboard

turtles, patches, and links for kids, teachers, and scientists

Results 394 NetLogo issues
Sort by recently updated
recently updated
newest added

wrote this back in 2006: > So I wrote that Von Neumann & Moore Example code example, but it seems > like something that ought to be built in to...

enhancement

(an old proposal of mine from 2007) We've long talked about NetLogo needing better tools for debugging. In 4.0, we took a step forward on that by making the speed...

When updating to jmock 2.8.1+ I encountered the a [compilation error](https://github.com/EwoutH/NetLogo/runs/4163797965?check_suite_focus=true#step:6:240). ``` Error: /home/runner/work/NetLogo/NetLogo/netlogo-gui/src/test/util/MockSuite.scala:184:42: value returnValue is not a member of object org.jmock.Expectations Error: def returnValue[T](t:T) = Expectations.returnValue(t) Error: ^...

java.lang.ArrayIndexOutOfBoundsException: 13 at org.nlogo.agent.Turtle.realloc(Turtle.java:213) at org.nlogo.agent.Turtle.realloc(Turtle.java:183) at org.nlogo.agent.Realloc$.realloc(Realloc.scala:41) at org.nlogo.agent.CompilationManagement.realloc(CompilationManagement.scala:70) at org.nlogo.agent.CompilationManagement.realloc$(CompilationManagement.scala:69) at org.nlogo.agent.World2D.realloc(World.scala:138) at org.nlogo.window.CompilerManager.compileAll(CompilerManager.scala:180) at org.nlogo.window.CompilerManager.handle(CompilerManager.scala:137) at org.nlogo.window.Events$CompileAllEvent.beHandledBy(Events.java:185) at org.nlogo.window.Event.doRaise(Event.java:198) at org.nlogo.window.Event.raise(Event.java:122) at org.nlogo.app.codetab.CodeTab.compile(CodeTab.scala:158) at org.nlogo.app.codetab.CodeTab$CompileAction$.actionPerformed(CodeTab.scala:193) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)...

reproducible example needed

From a user report: The BehaviorSpace experiment window is not scrollable, so if you're using a smaller resolution screen or using a larger resolution screen with a high scaling factor,...

bug
behaviorspace

Please put the "Vary variables" interface in a separate tab, so that it is easier to see the specification when there are many model parameters. The rest of the experiment...

enhancement
behaviorspace

Problem: UI is too small (and without AA), including fonts and controls , and "zoom" menu doesn't work for menu bar, tabs and tools bar. Netlogo version : 6.0 Computer:...

enhancement
linux

in 2009, Bill Rand wrote: > right now I'm using NetLogo to > generate some output files and I would love to be able to embed > the random-seed somewhere...

enhancement
behaviorspace

Each background run gets a new, freshly initialized, independent world state, including fresh RNG state. But in foreground runs, the ones you see in the GUI, if you don't set...

enhancement
behaviorspace

I didn't see this reported as an issue/bug/enhancement in the list, but I may have missed something. Open NetLogo with a new model. Run the below command: ```netlogo clear-all ask...