Closed nicolaspayette closed 9 years ago
A related commit is probably https://github.com/NetLogo/models/commit/da2e96b6e76cdc6ebaaf60c43cb2f7d095d4b0e1 (just before 5.2.0) where current-age
was added to embers
, but not to disease-markers
. The same commit added it to both breeds in Bug Hunt Environmental Changes. @arthurhjorth, any insight?
The code for update-disease
clearly expects current-age
to be there. I'm thinking that the variable should just be added.
Adding current-age
to disease-markers-own
seems to fix the problem (74c5446). Given the imminence of the release, I have pushed the fix directly to master and closed the issue, but...
@mnovakccl I would appreciate if you could give it a quick review!
@nholbert says: