Fix InternalExtendedStatsTests setUp
This commit is contained in:
parent
91d7bf474f
commit
05acc43505
|
@ -37,6 +37,7 @@ public class InternalExtendedStatsTests extends InternalAggregationTestCase<Inte
|
|||
|
||||
@Override
|
||||
public void setUp() throws Exception {
|
||||
super.setUp();
|
||||
this.sigma = randomDoubleBetween(0, 10, true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue