Skip to content

Commit

Permalink
remove twenty-three-weeks warning for age_advice
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourpeas authored and pacharanero committed Mar 19, 2024
1 parent eba3d81 commit 7093b38
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rcpchgrowth/age_advice_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 7093b38

Please sign in to comment.