Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

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

adapt expected values due to changes in gearbox

parent a6a1f19d
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,8 @@ namespace TUGraz.VectoCore.Tests.Integration.Declaration
[
TestCase(Class5NG, 2, TankSystem.Liquefied, 253.7, 702.4),
TestCase(Class5NG, 2, TankSystem.Compressed, 259.4, 697.7),
TestCase(Class5NG, 6, TankSystem.Liquefied, 252.7, 700.0),
TestCase(Class5NG, 6, TankSystem.Compressed, 258.5, 695.4),
TestCase(Class5NG, 6, TankSystem.Liquefied, 252.7, 699.8),
TestCase(Class5NG, 6, TankSystem.Compressed, 258.4, 695.4),
]
public void NaturalGasTankSystemTest(string filename, int runIdx, TankSystem tankSystem, double expectedFc, double expectedCo2)
{
......
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