Skip to content

Commit f8bce0d

Browse files
committed
added back verifyValidity
1 parent 751d6cc commit f8bce0d

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

core/src/main/kotlin/org/evomaster/core/problem/enterprise/EnterpriseIndividual.kt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,7 @@ abstract class EnterpriseIndividual(
189189
//no base action should have been lost
190190
Lazy.assert { seeAllActions().size == before }
191191

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()
192+
Lazy.assert { verifyValidity(); true }
200193

201194
return issues
202195
}

0 commit comments

Comments
 (0)