-
Notifications
You must be signed in to change notification settings - Fork 830
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
Conversation
Looks like tests are failing. |
Codecov Report
@@ 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
|
Sorry I was being lazy and using the github continuous integration to do my testing ;). Will test locally before my next push. |
@mxndrwgrdnr thanks. Would you add a line to the change log documenting this change? |
Done! |
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! |
Related to #970. Handles NetworkX topology violation when converting ways to DAGs in osm_xml.py No new usage required.