Assert runtime invariant: all individuals in MuPlusLambda::step
need to have a non-None index
#375
Labels
Milestone
MuPlusLambda::step
need to have a non-None index
#375
The logic in
MuPlusLambda
(and likely in other places) assumes that all individuals in a population have been assigned a valid index. We should thus make sure of this in the beginning of this function using anassert
.The text was updated successfully, but these errors were encountered: