Test fix due to scaling change
(cherry picked from commit 7cc3fb54726ffed4f6f285c275329ba47aba138a)
This commit is contained in:
parent
6c48446201
commit
13bf4af577
|
@ -63,7 +63,7 @@ TEST(misc, testEngineMath) {
|
|||
|
||||
// calc. airFlow using airMass, and find tCharge
|
||||
engine->periodicFastCallback();
|
||||
ASSERT_NEAR(59.1175f, engine->engineState.sd.tCharge, EPS4D);
|
||||
ASSERT_NEAR(59.12f, engine->engineState.sd.tCharge, EPS4D);
|
||||
ASSERT_NEAR(56.9762f/*kg/h*/, engine->engineState.airflowEstimate, EPS4D);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue