Browse Source

Check the full IoB output when comparing swift and JS implementations

Sam King 10 months ago
parent
commit
c0c5770cb5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Trio/Sources/APS/OpenAPSSwift/Logging/OrefFunction.swift

+ 1 - 2
Trio/Sources/APS/OpenAPSSwift/Logging/OrefFunction.swift

@@ -35,8 +35,7 @@ enum OrefFunction: String, Codable {
         case .makeProfile:
             return Set(["calc_glucose_noise", "enableEnliteBgproxy", "exercise_mode", "offline_hotspot"])
         case .iob:
-            // we're only checking the first result for now
-            return Set(stride(from: 1, to: 48, by: 1).map { String("[\($0)]") })
+            return Set()
         case .meal:
             // These aren't used by downstream calculations, so we
             // can ignore them in our comparison