Merge pull request #1733 from Philoul/Fix/ATTotalBasal
Fix Total Basal missing in Autotune Results
This commit is contained in:
commit
19dfaa35ab
|
@ -422,7 +422,7 @@ class AutotuneFragment : DaggerFragment() {
|
||||||
totalTuned += tuned.basal[h]
|
totalTuned += tuned.basal[h]
|
||||||
layout.addView(toTableRowValue(time, autotunePlugin.pumpProfile.basal[h], tuned.basal[h], "%.3f", tuned.basalUntuned[h].toString()))
|
layout.addView(toTableRowValue(time, autotunePlugin.pumpProfile.basal[h], tuned.basal[h], "%.3f", tuned.basalUntuned[h].toString()))
|
||||||
}
|
}
|
||||||
layout.addView(toTableRowValue("∑", totalPump, totalTuned, " "))
|
layout.addView(toTableRowValue("∑", totalPump, totalTuned, "%.3f", " "))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue