Skip to content

Commit

Permalink
core: stdcm: fix progress logging by using better remaining time init
Browse files Browse the repository at this point in the history
Signed-off-by: Eloi Charpentier <[email protected]>
  • Loading branch information
eckter committed Nov 7, 2024
1 parent 1bd519d commit d371907
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class STDCMPathfinding(
null,
firstStep.plannedTimingData,
null,
0.0,
graph.bestPossibleTime,
)
res.add(node)
}
Expand Down

0 comments on commit d371907

Please sign in to comment.