Closed maypink closed 1 year ago
Merging #161 (96f3961) into main (cf4f45f) will decrease coverage by
0.02%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #161 +/- ##
==========================================
- Coverage 73.98% 73.97% -0.02%
==========================================
Files 129 129
Lines 7658 7658
==========================================
- Hits 5666 5665 -1
- Misses 1992 1993 +1
Files Changed | Coverage Δ | |
---|---|---|
...olem/core/optimisers/genetic/operators/mutation.py | 91.00% <100.00%> (ø) |
Close since @gkirgizov have already merged the same PR
This issue can be resolved with types fixes in GOLEM. The problem was in types of population before and after mutation: so if one
Individual
was submitted to the entrance, then theIndividual
must be returned, otherwise thePopulationT
must be returned