-
Notifications
You must be signed in to change notification settings - Fork 6
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
Improve repo style, interface and add UK local authority breakdowns #62
Conversation
…into dev-improv-2
The existing type hints in simulation.py are incorrect. This attempts to fix them (And associated issues found while doing that), but I had to use # type:ignore in one place related to where we are trying to work on microsimulation and simulation in the same code even though only some of it applies to microsimulations. Do not merge as-is, this commit is at-request to show current progress
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm trying out Conventional Comments (link) in this review; feel free to let me know what you think.
There are only two blocking comments I had, one due to a potential error driven by referential equality and one around whether or not the docs successfully built. I've left various other nitpicks and suggestions, but I don't think these are vital to address in this PR, especially if (as it seems) this is majorly blocking for the local area constituency work.
Fixes #61