-
Notifications
You must be signed in to change notification settings - Fork 44
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
Remove track links object #5203
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #5203 +/- ##
============================================
- Coverage 18.75% 18.65% -0.11%
+ Complexity 2318 2311 -7
============================================
Files 852 848 -4
Lines 103448 103362 -86
Branches 2408 2403 -5
============================================
- Hits 19404 19282 -122
- Misses 82706 82745 +39
+ Partials 1338 1335 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
93a660a
to
d7fdb6b
Compare
17581f4
to
cf135ee
Compare
python/railjson_generator/railjson_generator/rjs_static/switch_types.json
Show resolved
Hide resolved
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.
Great PR!
- Can you bump the railjson (at least minor) version
- Can you rename your first commit message
core: python: ...
python/railjson_generator/railjson_generator/rjs_static/switch_types.json
Show resolved
Hide resolved
cf135ee
to
2295545
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.
You did not update python/railjson_generator/README.md
, I don't know what the policy is about that
I think you should delete follow_track_link
from python/railjson_generator/utils/generate_routes.py
You did not update editoast/map_layers.yaml
44edaea
to
43bf12d
Compare
Not sure about this, I think we need to adapt the function to the new switch link. |
d753a6a
to
702a253
Compare
702a253
to
53d6ede
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.
Proof-read editoast and python
Tested simulation on an infra with the new switch type
Tested edition
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.
LGTM and tested in local
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.
Nice work!
Close #5171