Skip to content

Commit

Permalink
Update P20061119Case.java
Browse files Browse the repository at this point in the history
  • Loading branch information
apete committed Oct 13, 2024
1 parent 760e499 commit d610ec3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/test/java/org/ojalgo/matrix/P20061119Case.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
package org.ojalgo.matrix;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.ojalgo.TestUtils;
import org.ojalgo.matrix.decomposition.Eigenvalue;
Expand Down Expand Up @@ -79,6 +80,12 @@ public void testData() {
TestUtils.assertEquals(true, P20061119Case.getProblematic().isSquare());
}

@Tag("unstable")
@Override
public void testDotAccess1D() {
super.testDotAccess1D();
}

@Override
@Test
public void testGetRank() {
Expand Down

0 comments on commit d610ec3

Please sign in to comment.