Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Doyle committed Nov 17, 2017
2 parents b20a816 + 5a03dbd commit 08c2fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GRNOC/TSDS/Aggregate/Aggregator/Worker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ sub _aggregate {
# time it showed up in the original histogram
while ( my ($bin, $bin_count) = each(%$bins) ){
for (my $i = 0; $i < $bin_count; $i++){
push(@values, $min + ($bin * $bin_size));
push(@values, $start + ($bin * $bin_size));
}
}

Expand Down

0 comments on commit 08c2fd9

Please sign in to comment.