diff --git a/README.md b/README.md index a5e551e..c92a801 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ bin/C2C fda_bmd -i BMD Report: BMD score prediction: NORMAL (T-score ≥ -1) -Predicted Z and T-score (NOT FDA approved): +Predicted Z and T-score (NOT FDA cleared): Predicted Z-score: 0.5 Predicted T-score: 0.1 ################################################################################ diff --git a/comp2comp/contrast_phase/contrast_phase.py b/comp2comp/contrast_phase/contrast_phase.py index 54df145..b7a7cee 100644 --- a/comp2comp/contrast_phase/contrast_phase.py +++ b/comp2comp/contrast_phase/contrast_phase.py @@ -16,7 +16,6 @@ # from totalsegmentatorv2.python_api import totalsegmentator - class ContrastPhaseDetection(InferenceClass): """Contrast Phase Detection."""