Skip to content

Commit

Permalink
set the right variable
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleibrand committed Jun 4, 2018
1 parent 9fa266b commit d33d62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/autotune/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function tuneAllTheThings (inputs) {
}
if ( newDIA > 12 ) {
console.error("insulinEndTime maximum is 12h: not raising further");
DIA=12;
newDIA=12;
}
if ( newDIA != DIA ) {
console.error("Adjusting insulinEndTime from",DIA,"to",newDIA,"hours");
Expand Down

0 comments on commit d33d62d

Please sign in to comment.