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
Currently, CandidatesGenerator.__eq__ has broken logic: it only checks the equality of one attribute and then returns. It also has over-complicated equality logic that should be delegated to its attributes' classes.
The text was updated successfully, but these errors were encountered:
Currently,
CandidatesGenerator.__eq__
has broken logic: it only checks the equality of one attribute and then returns. It also has over-complicated equality logic that should be delegated to its attributes' classes.The text was updated successfully, but these errors were encountered: