Skip to content

Commit

Permalink
Update RandomNumberTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
apete committed Sep 21, 2024
1 parent 9a68a06 commit 1f0ccf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/org/ojalgo/random/RandomNumberTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ public void testErlang() {
}

@Test
@Tag("unstable")
public void testGamma() {
// TODO 15% error seems a little high
this.testDist2(new Dist2Gamma(), new double[] { .01, .01 }, new double[] { 10, 10 }, new double[] { 100, 100 }, 200000, .15);
Expand Down

0 comments on commit 1f0ccf7

Please sign in to comment.