Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Sep 29, 2024
1 parent a70a67a commit a89b610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vecxt/test/src/matrix.test.scala
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class TensorExtensionSuite extends FunSuite:
assertVecEquals(result.raw, NArray(58.0, 139.0, 64.0, 154.0))
}

test("Matrix transpose".only) {
test("Matrix transpose") {
val orig = Matrix.fromRows(
NArray(
NArray(2.0, 0.0, -1.0),
Expand Down

0 comments on commit a89b610

Please sign in to comment.