-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type hints generally incorrect #55
Comments
I'm using this comment to track "bug or feature" questions I run into trying to correctly assign types
|
Sleeping on it, I believe the actual clear bugs are the following:
|
@nikhilwoodruff I pushed a branch with the update I have (commit log discusses the limitations) here: https://github.com/PolicyEngine/policyengine.py/tree/55_fix_type_hints |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many type hints are incorrect in the current version of the source code (mostly in simulation.py). This makes it harder to identify and fix issues like #53
The text was updated successfully, but these errors were encountered: