We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751d6cc commit f8bce0dCopy full SHA for f8bce0d
1 file changed
core/src/main/kotlin/org/evomaster/core/problem/enterprise/EnterpriseIndividual.kt
@@ -189,14 +189,7 @@ abstract class EnterpriseIndividual(
189
//no base action should have been lost
190
Lazy.assert { seeAllActions().size == before }
191
192
- /*
193
- FIXME There is some major bugs in Gene regarding
194
- copyValueFrom() and setFromDifferentGene()
195
- until fixed, this check will fail.
196
- but the fix will require some major refactoring and testing... it will take time
197
- TODO put back once fixed
198
- */
199
- //verifyValidity()
+ Lazy.assert { verifyValidity(); true }
200
201
return issues
202
}
0 commit comments