alcides / GeneticEngine

A Hybrid between Grammar-Guided and Strongly-Typed Genetic Programming in Python
33 stars 6 forks source link

Added Tests for Lists #177

Closed alcides closed 5 months ago

alcides commented 5 months ago

Today I notice an error when trying to use GeneticEngine with a non-annotated list[int].

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.88%. Comparing base (d56972e) to head (571c420). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #177 +/- ## ========================================== + Coverage 85.75% 85.88% +0.12% ========================================== Files 83 83 Lines 4185 4201 +16 ========================================== + Hits 3589 3608 +19 + Misses 596 593 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.