From 0e322285e96670f2b9b05f24474f1a39184fd3b3 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Sat, 29 Aug 2026 20:40:32 -0500 Subject: figure: confirm CLLN imperfection scaling --- experiments/analyze_coupled_ladder_scaling.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'experiments') diff --git a/experiments/analyze_coupled_ladder_scaling.py b/experiments/analyze_coupled_ladder_scaling.py index 1851094..b965175 100644 --- a/experiments/analyze_coupled_ladder_scaling.py +++ b/experiments/analyze_coupled_ladder_scaling.py @@ -614,6 +614,8 @@ def plot_figure(path: Path, analysis: dict) -> None: reduction = scaling["relative_slope_reduction_percent"] difference_low = scaling["paired_slope_difference_95ci"][0] if reduction is not None and difference_low > 0.0: + if reduction >= 100.0 and scaling["sdil_slope"] <= 0.0: + return f"({letter}) {label}\nExcess-growth slope eliminated" return ( f"({letter}) {label}\n{reduction:.0f}% lower slope vs static calibration") return f"({letter}) {label}\nNo resolved slope reduction" -- cgit v1.2.3