very minor type hint mismatch a004 #31
Answered
by
Jacopo-DM
salomepoulain
asked this question in
Q&A
-
|
In the call method of the EAStep dataclass, population is 'typed' as a list of population < population: list[Population] > Instead of List[Individual] or the Population type alias |
Beta Was this translation helpful? Give feedback.
Answered by
Jacopo-DM
Sep 7, 2025
Replies: 1 comment 2 replies
-
|
You are totally correct, curious mypy doesn't catch that. I just added to the list of fixes for the Tuesday releases. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Jacopo-DM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are totally correct, curious mypy doesn't catch that. I just added to the list of fixes for the Tuesday releases.