We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088eda1 commit e96ba22Copy full SHA for e96ba22
editoast/src/views/timetable/simulation.rs
@@ -167,7 +167,7 @@ impl From<simulation::Response> for SummaryResponse {
167
let report = final_output.report_train;
168
Self::Success {
169
length: *report.positions.last().unwrap(),
170
- time: *report.times.last().unwrap(),
+ time: *report.path_item_times.last().unwrap(),
171
energy_consumption: report.energy_consumption,
172
path_item_times_final: report.path_item_times.clone(),
173
path_item_times_provisional: provisional.path_item_times.clone(),
0 commit comments