From 6d34704f588f37fb568933d487346a9fbf376d62 Mon Sep 17 00:00:00 2001 From: Max Kannenberg <95709892+MaxKannenberg@users.noreply.github.com> Date: Mon, 30 May 2022 20:11:38 +0200 Subject: [PATCH] Fix example runtimes after refactoring calculations --- test/runtests.jl | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 167e358..4baa289 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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 ) )