mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Fixed PCM tests by raising tolerance slightly (#15)
The PCM tests recently were failing by being slightly higher than voltage than expected. raised the tolerance to account for this. Voltage was still clearly less than the on state while in the off state. Change-Id: I8ac28867024f3ce7b4104fc03622e6133ac2b80f
This commit is contained in:
committed by
Fredric Silberberg
parent
b827f484be
commit
05a2089816
@@ -89,7 +89,7 @@ public class PCMTest extends AbstractComsSetup {
|
||||
*/
|
||||
@Test
|
||||
public void testPressureSwitch() throws Exception {
|
||||
double range = 0.1;
|
||||
double range = 0.5;
|
||||
reset();
|
||||
compressor.setClosedLoopControl(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user