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

Skip to content
Snippets Groups Projects
Commit 2809e108 authored by Stefanos DOUMPOULAKIS's avatar Stefanos DOUMPOULAKIS Committed by Markus Quaritsch
Browse files

Pull request #920: bugfix: corrected expected values for Engine fan auxiliary tests

Merge in VECTO/vecto-sim from VECTO/vecto-dev:vtp-2nd-amendment to develop

* commit 'e506738d':
  bugfix: corrected expected values for Engine fan auxiliary tests
parents 5e69bbe2 e506738d
No related branches found
No related tags found
No related merge requests found
......@@ -53,9 +53,9 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent
}
[
TestCase(14, 20),
TestCase(28, 40),
TestCase(7, 10)
TestCase(14, 14.7),
TestCase(28, 29.4),
TestCase(7, 7.35)
]
public void TestEngineFanPowerDemandWithElectricalPower(double fanElectricalPower, double expectedPowerDemand)
{
......
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