Forráskód Böngészése

Check the full IoB output when comparing swift and JS implementations

Sam King 10 hónapja
szülő
commit
c0c5770cb5

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

@@ -35,8 +35,7 @@ enum OrefFunction: String, Codable {
         case .makeProfile:
         case .makeProfile:
             return Set(["calc_glucose_noise", "enableEnliteBgproxy", "exercise_mode", "offline_hotspot"])
             return Set(["calc_glucose_noise", "enableEnliteBgproxy", "exercise_mode", "offline_hotspot"])
         case .iob:
         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:
         case .meal:
             // These aren't used by downstream calculations, so we
             // These aren't used by downstream calculations, so we
             // can ignore them in our comparison
             // can ignore them in our comparison