Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling MultiColony with virgin and mated colonies #509

Open
janaobsteter opened this issue May 10, 2023 · 1 comment
Open

Handling MultiColony with virgin and mated colonies #509

janaobsteter opened this issue May 10, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@janaobsteter
Copy link
Collaborator

With the spatial mating, we might find ourselves in a situation where some queens have no drones in their vicinity and they don't get mated (theoretical situation!). When calling nFathers() (and probably some other functions), this fails because virgin queens don't have a misc field father.
How do we want to handle this? Adapt the nFathers() and other functions to return 0 if there is no field? Or initiate the field even in virgin queens?

@janaobsteter janaobsteter added the bug Something isn't working label May 10, 2023
@janaobsteter janaobsteter self-assigned this May 10, 2023
@gregorgorjanc
Copy link
Member

Can you add a working example so we see the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants