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

Mypy Errors: name-defined #440

Closed patricktnast closed 3 months ago

patricktnast commented 3 months ago

Title: Summary, imperative, start upper case, don't end with a period

Description

We got several errors for: Name "np.Generator" is not defined [name-defined] Replaced with np.random.Generator ### Testing