Skip to content

Commit

Permalink
#1417: define undefined var dev5m
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleibrand committed Dec 21, 2021
1 parent fd11713 commit ee33ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/autotune-prep/categorize.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function categorizeBGDatums(opts) {
glucoseDatum.BGI = BGI;
// calculating deviation
var deviation = avgDelta-BGI;
dev5m = delta-BGI;
var dev5m = delta-BGI;
//console.error(deviation,avgDelta,BG,bucketedData[i].glucose);

// set positive deviations to zero if BG is below 80
Expand Down

0 comments on commit ee33ace

Please sign in to comment.