Просмотр исходного кода

Update DynamicSettingsRootView.swift

Remove warning re: Sigmoid formula. Both logarithmic and sigmoid are imperfect based on recent analysis by Chris Wilson, David Burren, and Theresa Hastings. This statement as is omits logarithmic shortfalls and including logarithmic in the app description only causes unclear confusion for users. At this time it is best to remove this statement until a new formula for both is determined. It may be better to add information in the documentation rather than in the app.
tmhastings 1 год назад
Родитель
Сommit
36fea35d5a

+ 0 - 3
FreeAPS/Sources/Modules/DynamicSettings/View/DynamicSettingsRootView.swift

@@ -140,9 +140,6 @@ extension DynamicSettings {
                             )
                             Text("Careful tuning is essential to avoid overly aggressive insulin changes.")
                             Text("It is not recommended to set Autosens Max above 150% to maintain safe insulin dosing.")
-                            Text(
-                                "There has been no empirical data analysis to support the use of the Sigmoid Formula for dynamic sensitivity determination."
-                            ).bold()
                         }
                     )