summaryrefslogtreecommitdiff
path: root/experiments
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-08-29 18:51:48 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-08-29 18:51:48 -0500
commit50fbcfe3644e27eb7352d937633b9de45573062b (patch)
tree049ec81e1b41a2f2b2cf87b20c3d7a5c02c6677e /experiments
parente45bd974e679c9c0636ac4fb0a6c738d582428bc (diff)
exp: add clean overclamp to hardware confirmation
Diffstat (limited to 'experiments')
-rw-r--r--experiments/physical_grid_bias_p5.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/experiments/physical_grid_bias_p5.py b/experiments/physical_grid_bias_p5.py
index 4b1e305..7238200 100644
--- a/experiments/physical_grid_bias_p5.py
+++ b/experiments/physical_grid_bias_p5.py
@@ -38,6 +38,7 @@ METHODS = (
"constant",
"sdil",
"oracle_neutral",
+ "overclamp_clean",
"overclamp",
"overclamp_sdil",
)
@@ -275,6 +276,7 @@ def summarize(records: list[dict], methods: tuple[str, ...]) -> dict:
("sdil", "raw"),
("sdil", "constant"),
("sdil", "overclamp"),
+ ("overclamp_sdil", "overclamp_clean"),
("overclamp_sdil", "overclamp"),
):
if first in methods and second in methods: