Nicolas Payette
Nicolas Payette
The state of interface widgets can also be affected by this issue. For example: - Create a slider `x`. - _Don't_ change its value in `setup`. - Put `set x...
Another related issue: if you have code with side effects called from a widget (e.g., a monitor, or slider bounds), background runs vs. foreground runs will have different results. (Just...
> backward compatibility with the old semantics for existing models Is that still potentially an issue?
> it would be neat if you could look in on the progress of any run > ... > the modelruns code would be a good basis for it We'd...
Thanks for reporting, @ToonTalk. What I get here is a very different behavior: no overwrite warning, but the experiment runs, and the file does get overwritten. But then again, I...
Looks like we have two different bugs on our hands, then! Anyone can check how it behaves on Mac?
I might as well take this on if I tackle #325. My first impulse would be to just not stamp anything if turtle size is negative. Should negative turtle sizes...
Not a whole lot there, but here is a previous exchange on the topic: https://groups.google.com/forum/#!topic/netlogo-devel/bQeerTqb-R4
In https://github.com/NetLogo/NetLogo/issues/768#issuecomment-97551447, @SethTisue mentions the possibility of including the output type preference in the definition of the experiment.
- It would be nice to have the ability to resume an interrupted experiment: - Ask the user for the output file of the experiment to resume; - Validate that...