Skip to content

Commit

Permalink
Merge pull request #392 from Kitware/filter-fix
Browse files Browse the repository at this point in the history
Install bin bounds for ordinal bins
  • Loading branch information
Roni Choudhury committed Sep 19, 2016
2 parents c794cff + 0ca1f4c commit fdc03d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/resonant-laboratory/general_purpose/histogram_reduce.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ if (binSettings.ordinalBins) {
binLookup[bin.label] = histogram.length;
histogram.push({
label: bin.label,
lowBound: bin.lowBound,
highBound: bin.highBound,
count: 0
});
});
Expand Down

0 comments on commit fdc03d3

Please sign in to comment.