ihmeuw / pseudopeople

pseudopeople is a Python package that generates realistic simulated data about a fictional United States population, designed for use in testing entity resolution (record linkage) methods or other data science algorithms at scale.
https://pseudopeople.readthedocs.io
BSD 3-Clause "New" or "Revised" License
20 stars 2 forks source link

Fix misc mypy errors #453

Closed rmudambi closed 3 months ago

rmudambi commented 3 months ago

Fix misc errors

Description

Fix misc errors

Testing

Build passes.

REMINDER CI WILL NOT RUN ANY TESTS MARKED AS SLOW (CURRENTLY INCLUDES INTEGRATION TESTS). MANUALLY RUN SLOW TESTS LIKE pytest --runslow WITH EACH PR. -->