Fix example runtimes after refactoring calculations

development
Max Kannenberg 2022-05-30 20:11:38 +02:00
parent 191d19d3ef
commit 6d34704f58
1 changed files with 12 additions and 12 deletions

View File

@ -53,18 +53,18 @@ tests = Base.Iterators.product(trains,paths)
anticipated = Dict( anticipated = Dict(
:default => Dict( :default => Dict(
:longdistance_speed => 499.96109564970516, :freight_const => 746.6594691660882,
:freight_slope => 831.4768274141168, :freight_slope => 842.3797947097586,
:local_slope => 396.99313307033276, :freight_speed => 751.9727357301351,
:longdistance_const => 328.83479381353095, :freight_realworld => 8789.299477891092,
:freight_realworld => 8971.50124080998, :local_const => 392.6801497584646,
:longdistance_slope => 329.22915822053164, :local_slope => 396.59291844946534,
:freight_const => 727.7969403041934, :local_speed => 524.3734475900396,
:longdistance_realworld => 2900.1198723158523, :local_realworld => 3438.3543735577446,
:local_speed => 524.3948201513945, :longdistance_const => 330.8511578156266,
:local_realworld => 3443.917823618831, :longdistance_slope => 331.7163794230447,
:freight_speed => 733.2610572579886, :longdistance_speed => 501.13448446081713,
:local_const => 392.7234008268302 :longdistance_realworld => 2913.3759609192407
) )
) )