StephenBlackWasAlreadyTaken / xDrip-Experimental

Experimental Branches for Collaboration on DexDrip
GNU General Public License v3.0
25 stars 62 forks source link

question Calibration.estimate_bg_at_time_of_calibration never assigned a value #361

Open JohanDegraeve opened 8 years ago

JohanDegraeve commented 8 years ago

question, in Calibration.java there's an attribute named estimate_bg_at_time_of_calibration If I "find Usages" for that attribute, it seems to be read only but never written ?

AdrianLxM commented 8 years ago

Yea, this is the reason why the SlopeOOB-Handler never (or rarely) returns the slope from before but always defaults to the default values. :(

petersayeghpeter commented 8 years ago

359

AdrianLxM commented 8 years ago

@petersayeghpeter, I don't see Calibration.java changed in the PR you linked?