浏览代码

Temporary limit the autosens.max to 2.5 when using sigmoid function as a safety measure.
Display "tdd_factor" used in sigmoid function.

Jon Mårtensson 3 年之前
父节点
当前提交
50449ae59a
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. 1 1
      FreeAPS/Resources/javascript/bundle/determine-basal.js
  2. 1 2
      FreeAPS/Sources/Views/TagCloudView.swift

文件差异内容过多而无法显示
+ 1 - 1
FreeAPS/Resources/javascript/bundle/determine-basal.js


+ 1 - 2
FreeAPS/Sources/Views/TagCloudView.swift

@@ -60,9 +60,8 @@ struct TagCloudView: View {
             case textTag where textTag.contains("Weighted avg:"),
                  textTag where textTag.contains("Total data avg:"):
                 return .gray
-            case textTag where textTag.contains("Parabolic Fit"):
-                return .loopRed
             case textTag where textTag.contains("TDD:"),
+                 textTag where textTag.contains("tdd_factor"),
                  textTag where textTag.contains("Sigmoid function"),
                  textTag where textTag.contains("Logarithmic formula"),
                  textTag where textTag.contains("AF:"),