Skip to content

Commit cb29cf6

Browse files
committed
STATISTICS-92: Update test javadoc
1 parent e13ba4f commit cb29cf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commons-statistics-distribution/src/test/java/org/apache/commons/statistics/distribution/TruncatedNormalDistributionTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ void testAdditionalMoments(double lower, double upper,
359359
* the rejection sampler threshold is met, and fails due to a timeout
360360
* if the rejection sampler incorrectly triggers the upper-half clause and
361361
* is stuck in an infinite loop.
362+
* See STATISTICS-92.
362363
*/
363364
@Test
364365
void testSamplerPositiveBelowMeanWithRejection() {
@@ -378,6 +379,7 @@ void testSamplerPositiveBelowMeanWithRejection() {
378379
* the rejection sampler threshold is met, and fails due to a timeout
379380
* if the rejection sampler incorrectly triggers the lower-half clause and
380381
* is stuck in an infinite loop.
382+
* See STATISTICS-92.
381383
*/
382384
@Test
383385
void testSamplerNegativeAboveMeanWithRejection() {

0 commit comments

Comments
 (0)