From 4c7a5f3271e44203a2890b8e40f561a564b72def Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Mon, 6 Apr 2020 11:01:00 +0200 Subject: [PATCH] adapt expected values in testcases due to limiting max speed in preprocessor. --- .../Models/Simulation/SimulationPreprocessingTest.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VectoCore/VectoCoreTest/Models/Simulation/SimulationPreprocessingTest.cs b/VectoCore/VectoCoreTest/Models/Simulation/SimulationPreprocessingTest.cs index ef8b9b99fc..7879b74caf 100644 --- a/VectoCore/VectoCoreTest/Models/Simulation/SimulationPreprocessingTest.cs +++ b/VectoCore/VectoCoreTest/Models/Simulation/SimulationPreprocessingTest.cs @@ -223,9 +223,9 @@ namespace TUGraz.VectoCore.Tests.Models.Simulation TestCase(Class9Decl, 25, 0, 24.6687), TestCase(Class9Decl, 25, 1, 24.3307), TestCase(Class9Decl, 25, 0.5, 24.4997), - TestCase(Class9Decl, 87, -4, 87.6204), - TestCase(Class9Decl, 87, -5, 87.9566), - TestCase(Class9Decl, 87, -4.65, 87.8390) + TestCase(Class9Decl, 87, -4, 87.9234), + TestCase(Class9Decl, 87, -5, 88.2732), + TestCase(Class9Decl, 87, -4.65, 88.15116) ] public void TestSimulationPreprocessingVelocityDuringTractionInterruption(string jobFile, double vPre, double grad, double vPost) { -- GitLab