Skip to content

Commit

Permalink
define undefined var dev5m (#1418)
Browse files Browse the repository at this point in the history
* comment out shared-node cp to avoid full disk

* #1417: define undefined var dev5m
  • Loading branch information
scottleibrand authored Jan 5, 2022
1 parent 5d0984e commit 5e4ee98
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 5e4ee98

Please sign in to comment.