Skip to content

Commit

Permalink
Update HypergeometricFunctionTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
apete committed Oct 10, 2024
1 parent 8914047 commit 79d538b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

import java.util.Random;

import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.ojalgo.TestUtils;

Expand Down Expand Up @@ -89,6 +90,7 @@ public void testSpecialArguments121() {
}

@Test
@Tag("unstable")
public void testSpecialArguments122() {
RANDOM.doubles(10).forEach(x -> {
TestUtils.assertEquals(ONE / (ONE - x), HypergeometricFunction.hypergeometric(ONE, TWO, TWO, x));
Expand Down

0 comments on commit 79d538b

Please sign in to comment.