-
Notifications
You must be signed in to change notification settings - Fork 74
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
Refactor cities flow #842
Refactor cities flow #842
Conversation
9674ff2
to
337405e
Compare
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.
In general, I just have some minor comments or questions. The big picture of this PR and the new structure of the flow is clear reading the code
7e0ed15
to
1b5941d
Compare
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.
Latest commits gave the final shape to the refactor of the cities, the code is clear and understandable. Great work, approved!
The networkx library does not determine the order of the output. This translates into a random order of the hits table, which is irrelevant for data analysis, but messes up the comparison between tables.
This PR introduces a major change in the organization of the IC cities structure. Details here and here.
Since this is a major change in the repository, we will be moving to version 2.0.0 when this PR is merged.