Disabled testNextPoissonConsistency pending resolution of MATH-282.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@903156 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d4338927c8
commit
25f0b04809
|
@ -218,7 +218,7 @@ public class RandomDataTest extends RetryTestCase {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
/* TODO: re-enable when MATH-282 is resolved
|
||||
public void testNextPoissonConsistency() throws Exception {
|
||||
// Small integral means
|
||||
for (int i = 1; i < 100; i++) {
|
||||
|
@ -235,6 +235,7 @@ public class RandomDataTest extends RetryTestCase {
|
|||
checkNextPoissonConsistency(randomData.nextUniform(1000, 3000));
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
/**
|
||||
* Verifies that nextPoisson(mean) generates an empirical distribution of values
|
||||
|
|
Loading…
Reference in New Issue