Skip to content

Commit

Permalink
Update TensorTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
apete committed Oct 6, 2024
1 parent 0d33119 commit f73a6e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/org/ojalgo/tensor/TensorTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*/
package org.ojalgo.tensor;

import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.ojalgo.TestUtils;
import org.ojalgo.array.ArrayAnyD;
Expand Down Expand Up @@ -144,6 +145,7 @@ public void testConjugate4D() {
}

@Test
@Tag("unstable")
public void testDeterminantAndTrace() {

MatrixTensor<RationalNumber> tensorA = FACTORY_2.copy(ELEMENTS_A);
Expand Down

0 comments on commit f73a6e0

Please sign in to comment.