Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 48828c9e authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

update expected value factor method

parent 759fd360
No related branches found
No related tags found
No related merge requests found
......@@ -834,12 +834,12 @@ namespace TUGraz.VectoCore.Tests.Integration.CompletedBus
case 0:
case 1://Interurban
Assert.AreEqual(3.5, genericValue);
Assert.AreEqual(3.55, specificValue, 1e-6);
Assert.AreEqual(3.57, specificValue, 1e-6);
break;
case 2:
case 3://Coach
Assert.AreEqual(3.5, genericValue);
Assert.AreEqual(3.5632156, specificValue, 1e-6);
Assert.AreEqual(3.57, specificValue, 1e-6);
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment