127 version, pipeline fixed

This commit is contained in:
chandrashekhar reddy
2024-08-24 11:24:16 +05:30
parent 4c1429f3cb
commit 2512556e8a

View File

@@ -341,7 +341,7 @@ class HemoCubeFragmentTest {
fun testDeviceRatioClassificationSickleCellTraitLowerBound() {
val ratio = 0.251
val result = hemoCubeFragment.deviceRatioClassification(ratio)
assertEquals("Sickle Cell Trait", result)
assertEquals("Negative Borderline", result)
}
@Test