summaryrefslogtreecommitdiff
path: root/experiments
diff options
context:
space:
mode:
Diffstat (limited to 'experiments')
-rw-r--r--experiments/analyze_coupled_ladder_scaling.py2
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"