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