Fix example runtimes after refactoring calculations
parent
191d19d3ef
commit
6d34704f58
|
@ -53,18 +53,18 @@ tests = Base.Iterators.product(trains,paths)
|
|||
|
||||
anticipated = Dict(
|
||||
:default => Dict(
|
||||
:longdistance_speed => 499.96109564970516,
|
||||
:freight_slope => 831.4768274141168,
|
||||
:local_slope => 396.99313307033276,
|
||||
:longdistance_const => 328.83479381353095,
|
||||
:freight_realworld => 8971.50124080998,
|
||||
:longdistance_slope => 329.22915822053164,
|
||||
:freight_const => 727.7969403041934,
|
||||
:longdistance_realworld => 2900.1198723158523,
|
||||
:local_speed => 524.3948201513945,
|
||||
:local_realworld => 3443.917823618831,
|
||||
:freight_speed => 733.2610572579886,
|
||||
:local_const => 392.7234008268302
|
||||
:freight_const => 746.6594691660882,
|
||||
:freight_slope => 842.3797947097586,
|
||||
:freight_speed => 751.9727357301351,
|
||||
:freight_realworld => 8789.299477891092,
|
||||
:local_const => 392.6801497584646,
|
||||
:local_slope => 396.59291844946534,
|
||||
:local_speed => 524.3734475900396,
|
||||
:local_realworld => 3438.3543735577446,
|
||||
:longdistance_const => 330.8511578156266,
|
||||
:longdistance_slope => 331.7163794230447,
|
||||
:longdistance_speed => 501.13448446081713,
|
||||
:longdistance_realworld => 2913.3759609192407
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue