We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca2f56 commit cceee17Copy full SHA for cceee17
1 file changed
comp2comp/muscle_adipose_tissue/fda_muscle_adipose_tissue.py
@@ -626,7 +626,7 @@ def PredictDXAScores(self):
626
"<" if binary_prediction else "≥",
627
)
628
629
- print("Predicted Z and T-score (NOT FDA approved):")
+ print("Predicted Z and T-score (NOT FDA cleared):")
630
print(f"Predicted Z-score: {dxa_z_score_prediction:.1f}")
631
print(f"Predicted T-score: {dxa_t_score_prediction:.1f}")
632
0 commit comments