OpenRailAssociation / osrd

An open source web application for railway infrastructure design, capacity analysis, timetabling and simulation
https://osrd.fr
458 stars 43 forks source link

Margin #8959

Open louisgreiner opened 1 month ago

louisgreiner commented 1 month ago

What happened?

I. Margin of 0min/100km still computes margin

image

II. No margin defined (input table): image

But still, some margins are somehow displayed (output table): image

III. Input departure time is bugged when try to update an existing value

https://github.com/user-attachments/assets/fdbf2d51-40d1-4ffe-9405-1d462d3c2f47

IV. Multi selected fields modification is bugged

https://github.com/user-attachments/assets/74c09e44-5942-4329-967c-8b7c26090056

V. Delete the value of a stopping time field behaves weirdly (cf. previous video)

What did you expect to happen?

No response

How can we reproduce it (as minimally and precisely as possible)?

  1. open input table
  2. play with it
  3. open output table

On which environments the bug occurs?

Recette (SNCF)

On which browser the bug occurs?

Firefox

OSRD version (top right corner Account button > Informations)

staging fbf8e3e

Synar commented 1 day ago

Issue II solved in #9375

Edit : One exception is for the departure, where a theoretical margin of 0% seems to be assumed by the sim, despite not being defined in the input table. Is this what we want?

Edit edit: Actually when deleted, the theoretial margin for the departure is autoset to 0%, but values of 0% are then hidden. Since there is still a defined value for the th margin, the other margins are then displayed. I don't know whether this is working as intended or not.