Skip to content

Commit

Permalink
fixing test warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Doyle committed Nov 27, 2017
1 parent e770a2c commit 3dbdab1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions t/mult.t
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ is( $bins->{999}, 1, "1 items in bin 999" );


# create a histogram with an odd natural resolution, ensure that
my $hist = GRNOC::TSDS::Aggregate::Histogram->new( hist_min => undef,
hist_max => undef,
data_min => 0,
data_max => $twohundredgbps + $twohundredgbps*2.5, # 7 hundred gbps
min_width => 0.001,
resolution => $resolution );
$hist = GRNOC::TSDS::Aggregate::Histogram->new( hist_min => undef,
hist_max => undef,
data_min => 0,
data_max => $twohundredgbps + $twohundredgbps*2.5, # 7 hundred gbps
min_width => 0.001,
resolution => $resolution );


# verify initial values of histogram
Expand Down

0 comments on commit 3dbdab1

Please sign in to comment.