diff --git a/tests/test_prot_pfc.py b/tests/test_prot_pfc.py index 5349a6e..1cc47cd 100644 --- a/tests/test_prot_pfc.py +++ b/tests/test_prot_pfc.py @@ -110,7 +110,6 @@ class PfcBaseline: def start_charging(self): self.rpu.set_charging(True) time.sleep(START_CHARGING_WAIT_S) - self.rpu.set_runtime_voltage(VELOAD) self.rpu.set_runtime_current(IOUT_REF) time.sleep(CHARGING_RAMP_WAIT_S)