From 833ae17c6e08fd286e81b5163ddb602eaac870fd Mon Sep 17 00:00:00 2001 From: vanminhpe Date: Fri, 7 Aug 2026 14:33:47 +0800 Subject: [PATCH] fix: keep RPU runtime voltage at default in PFC tests --- tests/test_prot_pfc.py | 1 - 1 file changed, 1 deletion(-) 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)