Skip to content

Commit c1fe8cd

Browse files
committed
test/tacd_dut_power_off_floating: Increase analog tolerance
The tolerance of the complete measurement-chain with a single sample and only little time for analog settling seems to be higher than 10 %. With 15 % tolerance the test succeeds.
1 parent 7db289f commit c1fe8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tacd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def test_tacd_dut_power_off_floating(strategy, shell, eet):
320320
assert floating_voltage > off_voltage
321321

322322
# Voltage relation is given by the voltage divider of 1k and 10k
323-
assert off_voltage / floating_voltage == pytest.approx(10e3 / (10e3 + 1e3), rel=0.1)
323+
assert off_voltage / floating_voltage == pytest.approx(10e3 / (10e3 + 1e3), rel=0.15)
324324

325325

326326
@pytest.mark.lg_feature("eet")

0 commit comments

Comments
 (0)