Skip to content

Conversation

jjmerchante
Copy link
Contributor

When running unify or merging individuals while recommendations are in progress, an individual may no longer exist or may have already been merged.

Handle this scenario by checking whether the individual is missing before creating the recommendation.

When running unify or merging individuals while recommendations
are in progress, an individual may no longer exist or may have
already been merged.

Handle this scenario by checking whether the individual is missing
before creating the recommendation.

Signed-off-by: Jose Javier Merchante <[email protected]>
continue
elif indiv_1 > indiv_2:
indiv_1, indiv_2 = indiv_2, indiv_1

try:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this not needed anymore?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants