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

Skip to content
Snippets Groups Projects
Commit e506738d authored by Stefanos Doumpoulakis's avatar Stefanos Doumpoulakis
Browse files

bugfix: corrected expected values for Engine fan auxiliary tests

parent 5e69bbe2
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