Skip to content
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

Roundabouts bug in osm_xml #986

Merged
merged 12 commits into from
Jun 14, 2023
Merged

Roundabouts bug in osm_xml #986

merged 12 commits into from
Jun 14, 2023

Conversation

mxndrwgrdnr
Copy link
Contributor

Related to #970. Handles NetworkX topology violation when converting ways to DAGs in osm_xml.py No new usage required.

@gboeing
Copy link
Owner

gboeing commented Jun 13, 2023

Looks like tests are failing.

@codecov
Copy link

codecov bot commented Jun 14, 2023

Codecov Report

Merging #986 (a33920c) into main (379eecb) will increase coverage by 0.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #986      +/-   ##
==========================================
+ Coverage   97.91%   98.00%   +0.09%     
==========================================
  Files          24       23       -1     
  Lines        2395     2408      +13     
==========================================
+ Hits         2345     2360      +15     
+ Misses         50       48       -2     
Impacted Files Coverage Δ
osmnx/osm_xml.py 98.58% <100.00%> (+2.51%) ⬆️

... and 3 files with indirect coverage changes

@mxndrwgrdnr
Copy link
Contributor Author

Sorry I was being lazy and using the github continuous integration to do my testing ;). Will test locally before my next push.

@gboeing
Copy link
Owner

gboeing commented Jun 14, 2023

@mxndrwgrdnr thanks. Would you add a line to the change log documenting this change?

@mxndrwgrdnr
Copy link
Contributor Author

Done!

@mxndrwgrdnr
Copy link
Contributor Author

Looks like the latest failures are just a 502 error from nominatim. I'll wait a bit and try to trigger the build again.

@gboeing gboeing changed the base branch from main to xml June 14, 2023 17:40
@gboeing
Copy link
Owner

gboeing commented Jun 14, 2023

Looks like the latest failures are just a 502 error from nominatim. I'll wait a bit and try to trigger the build again.

No worries, I just re-ran them successfully. Thank you!

@gboeing gboeing merged commit 7cb5e35 into gboeing:xml Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants