From 7093b384576be01893063ec7bb02a815af2b8896 Mon Sep 17 00:00:00 2001 From: eatyourpeas Date: Sun, 18 Feb 2024 14:19:22 +0000 Subject: [PATCH] remove twenty-three-weeks warning for age_advice --- rcpchgrowth/age_advice_strings.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rcpchgrowth/age_advice_strings.py b/rcpchgrowth/age_advice_strings.py index 11c2613..174f5c5 100644 --- a/rcpchgrowth/age_advice_strings.py +++ b/rcpchgrowth/age_advice_strings.py @@ -19,11 +19,6 @@ def comment_prematurity_correction( clinician_corrected_decimal_age_comment = "Correction for gestational age has been made." lay_chronological_decimal_age_comment = "This is your child's age without taking into account their gestation at birth." clinician_chronological_decimal_age_comment = "No correction has been made for gestational age." - if gestation_weeks < 23: - lay_corrected_decimal_age_comment = "Your child has been born below the threshold of the charts." - clinician_corrected_decimal_age_comment = "Your child has been born below the threshold of the charts." - lay_chronological_decimal_age_comment = "Your child has been born below the threshold of the charts." - clinician_chronological_decimal_age_comment = "Your child has been born below the threshold of the charts." else: #some error lay_corrected_decimal_age_comment = "It has not been possible to calculate age this time."