increase proteus analog tolerance (#2327)
This commit is contained in:
parent
0d1e366a8b
commit
0cb079c2a3
|
@ -34,8 +34,8 @@ public class ProteusAnalogTest extends RusefiTestBase {
|
|||
|
||||
double actualTps = SensorCentral.getInstance().getValue(Sensor.TPS);
|
||||
|
||||
// Accept up to 2% error - the PWM is a bit noisy, but it should be at least close
|
||||
assertEquals(expectedTps, actualTps, 2);
|
||||
// Accept up to 5% error - the PWM is a bit noisy, but it should be at least close
|
||||
assertEquals(expectedTps, actualTps, 5);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue