Conversation
Signed-off-by: furqan463 <ahmadfurqanc@gmail.com>
|
The first commit just reproduces the error by adding tests. |
|
@KS-HTK need to your help here. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2764 +/- ##
===========================================
+ Coverage 74.77% 74.88% +0.11%
===========================================
Files 315 315
Lines 36327 36329 +2
===========================================
+ Hits 27164 27206 +42
+ Misses 9163 9123 -40 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: furqan463 <ahmadfurqanc@gmail.com>
Signed-off-by: furqan463 <ahmadfurqanc@gmail.com>
|
@KS-HTK I've added tests for geodata as well, so now I think it's good to go. Please review it. |
Signed-off-by: furqan463 <ahmadfurqanc@gmail.com>
KS-HTK
left a comment
There was a problem hiding this comment.
This is a very good improvement. But it seems that I could identify an error.
Thank you for the pr!
furqan463
left a comment
There was a problem hiding this comment.
Please review again.
Signed-off-by: furqan463 <ahmadfurqanc@gmail.com>
Python 3.9 support removed from project.toml
To resolve lxml module not found error.
KS-HTK
left a comment
There was a problem hiding this comment.
To keep pull requests clean please do not add changes to a pull request that are not related.
We are already aware of the missing version header in the Changelog. But this change must also be pushed to the release branch and therefore requires a hotfix.
The incorrect version number in the pipeline is a required change we missed while dropping support for python 3.9. This was mostly missed as we do not require (and currently do not expect) these pipelines to succeed. In my opinion it can remain here but in the future it would be better suited for its own PR.
sure. |
|



Fixes Issue #2761
Currently
convert_crsfails if coordinates are present in either bus or line but not both.Inside
abstract_convert_crsit checks ifgeoattribute is present in bothbusandlineand if either of them does not containgeoattribute, the program tries to accessbus_geo_dataandline_goe_dataand a key error is raised as both these attributes may not be present if network is constructed using latestcreate_busandcreate_line.