NetLogo/models

Tree Simple model's slider min/max bug

czechtech opened this issue · 2 comments

In the "Tree Simple" model the init-x slider min/max is currently -125/125. If the user sets the slider to anything beyond 100/-100 there will be a runtime error. (FYI: The init-y slider min/max is limited to -100/100.)

I suggest changing the world's max-pxcor and max-pycor to 125 (and then changing the init-y min/max to -125/125). This will allow a little more of the tree to be displayed. Or, setting init-x slider's min/max to be the same 100/-100.

Thanks for the report!

Fixed here.