Skip to content

Commit cceee17

Browse files
committed
change approved to cleared in fda print
1 parent 7ca2f56 commit cceee17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

comp2comp/muscle_adipose_tissue/fda_muscle_adipose_tissue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ def PredictDXAScores(self):
626626
"<" if binary_prediction else "≥",
627627
)
628628
)
629-
print("Predicted Z and T-score (NOT FDA approved):")
629+
print("Predicted Z and T-score (NOT FDA cleared):")
630630
print(f"Predicted Z-score: {dxa_z_score_prediction:.1f}")
631631
print(f"Predicted T-score: {dxa_t_score_prediction:.1f}")
632632

0 commit comments

Comments
 (0)