Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Process of incorporating the bike networkI will list the processes and the changes I made 1. The bike network is incorporated into
|
marianamirandapessoa
left a comment
There was a problem hiding this comment.
Delete comment that's not used anymore.
|
Cool, thank you! Just to document here openly what we discussed in another channel, what led to some of the extra commits:
|
mszell
left a comment
There was a problem hiding this comment.
Thx! I didn't think through all the potential issues, but if there are any left, they will come out anyway when we re-export the 403 cities, so let's merge this now.
Description
Fix
update_with_existing_bike_network()to account for when all bike network components are smaller thanconstants.EXISTING_NETWORK_MINIMUM_COMPONENT_LENGTH.Changes:
filter_network_by_component_length()andnx.compose()filter_network_by_component_length()to export the filtered version of the graphexisting_network_spacingparameter as an input to the functionupdate_with_existing_bike_network().Related Issue
Fixes #280
Type of Change
How Has This Been Tested?
Test configuration:
Screenshots (if applicable)
Checklist
Additional Notes