You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The number-of-children attribute does not take into account the offspring that are added during setup. This allows mothers to have more children than indicated by the fertility-table.
**How to reproduce: **
ask persons [
if not male? and count out-offspring-link-neighbors > 0 [
show count out-offspring-link-neighbors]]
The text was updated successfully, but these errors were encountered:
The number-of-children attribute does not take into account the offspring that are added during setup. This allows mothers to have more children than indicated by the fertility-table.
**How to reproduce: **
The text was updated successfully, but these errors were encountered: