-
Notifications
You must be signed in to change notification settings - Fork 45
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
editoast: operational points are incorrect on train imports #6182
Comments
Refinement:
To check with @axrolld If ch is not found in OSRD then:
|
Best design in my opinion:
|
I'd say the selection must be, as said above :
I would rather make trains invalid as a first step to get some statistics, then decide what we'd like to do with them, especially freight trains that might not find |
What statistics do you have in mind? Would that be timetable imports? |
BV mostly makes sense for stations, right? Then what happens if CH is not specified and it's not a station? It sounds like we should be careful when migrating clients, for this case. |
Looks like this is the part where we call a query to filter by UIC /~https://github.com/osrd-project/osrd/blob/ea45fc572e411c694968e1d83fe3f6bacf98ba18/editoast/src/views/timetable.rs#L334 |
Statistics on import failures due to a lack of matching operational point. What is the percentage of trains in that case ? Are all those trains freight trains ? The idea would be to differenciate freight trains that fail because we don't have data for service tracks (and that's normal) and commercial trains that fail because we're missing data we are supposed to have. |
What happened?
When creating a train from an import, the operational points are picked among all the OP that have the right name/UIC code. This leads to trains not actually reaching the train station, for example here in Lyon.
What did you expect to happen?
I'm expecting the train to reach the station, so looking for the OP that have BV, 00, or nothing as a CH code in France.
How can we reproduce it (as minimally and precisely as possible)?
What operating system, browser and environment are you using?
OSRD version (top right corner
Account
button >Informations
)66a103d
The text was updated successfully, but these errors were encountered: