finally all tests pass

This commit is contained in:
2026-01-16 15:30:46 +01:00
parent 0a69516459
commit 8e1183b76e
10 changed files with 14 additions and 36 deletions

View File

@@ -1070,7 +1070,6 @@ TEST_CASE("v_abcd", "[.cmdcall]") {
if (det_type == defs::XILINX_CHIPTESTBOARD &&
prev_val[i] == -100) {
prev_val[i] = 0;
continue;
}
det.setPower(indices[i], prev_val[i], {i});
}