Set a higher hard limit for IC ratio

As written in a comment and in the AAPS thread, I think the new upper hard limit of the IC ratio is to low, for childs but also for me (that's why I found the problem).
I run a profile with IC = 60 g when I do long lasting sports activities, the limit of 40 is much to low - and I'm shure that there are childs which have a higher IC ratio in real life. I propose the value of 100 which is relativly compared not as high as the hard limit MAXISF = 720 mg/dl.
This commit is contained in:
swissalpine 2018-02-16 06:43:47 +01:00 committed by GitHub
parent bf6e3a9061
commit 2613f6735f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ public class HardLimits {
public static final double MAXDIA = 7;
public static final double MINIC = 2;
public static final double MAXIC = 40;
public static final double MAXIC = 100;
public static final double MINISF = 2; // mgdl
public static final double MAXISF = 720; // mgdl