File tree Expand file tree Collapse file tree
Sources/LoopAlgorithmToPython Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ public func generatePrediction(jsonData: UnsafePointer<Int8>?) -> UnsafeMutableP
108108 basal: input. basal,
109109 sensitivity: input. sensitivity,
110110 carbRatio: input. carbRatio,
111- algorithmEffectsOptions: . all , // Here we can adjust which predictive factor to output
111+ algorithmEffectsOptions: . insulin , // Here we can adjust which predictive factor to output
112112 useIntegralRetrospectiveCorrection: input. useIntegralRetrospectiveCorrection,
113113 includingPositiveVelocityAndRC: input. includePositiveVelocityAndRC
114114 )
@@ -176,7 +176,7 @@ public func getPredictionDates(jsonData: UnsafePointer<Int8>?) -> UnsafePointer<
176176 basal: input. basal,
177177 sensitivity: input. sensitivity,
178178 carbRatio: input. carbRatio,
179- algorithmEffectsOptions: . all ,
179+ algorithmEffectsOptions: . insulin ,
180180 useIntegralRetrospectiveCorrection: input. useIntegralRetrospectiveCorrection
181181 )
182182 // Prepare prediction dates as a comma-separated string
You can’t perform that action at this time.
0 commit comments