diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-08-29 20:40:32 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-08-29 20:40:32 -0500 |
| commit | 0e322285e96670f2b9b05f24474f1a39184fd3b3 (patch) | |
| tree | bb8a697d3b10ace00187cd3e48538ccaf2ae513a /experiments | |
| parent | 041d97c070ed4769f5fc7b548e0808366b03cb91 (diff) | |
figure: confirm CLLN imperfection scaling
Diffstat (limited to 'experiments')
| -rw-r--r-- | experiments/analyze_coupled_ladder_scaling.py | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
