Skip to content

Commit

Permalink
Update CaseEigenvalue.java
Browse files Browse the repository at this point in the history
  • Loading branch information
apete committed Nov 24, 2024
1 parent c70aea8 commit efdbb3e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
import java.util.stream.Collectors;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.ojalgo.RecoverableCondition;
import org.ojalgo.TestUtils;
Expand Down Expand Up @@ -262,6 +263,7 @@ public void testGenerateRandomAllNegative() {
}

@Test
@Tag("unstable")
public void testGenerateRandomAllPositive() {
CaseEigenvalue.doTestEigenvaluesOfGenerated(10, 5, 2, 1);
}
Expand Down

0 comments on commit efdbb3e

Please sign in to comment.