Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Dec 25, 2024
1 parent c317762 commit f455b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vecxt/test/src/array.test.scala
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class ArrayExtensionSuite extends munit.FunSuite:
assertEquals(v_idx3.trues, 1)
}

test("outer product".only) {
test("outer product") {
val v1 = NArray[Double](1.0, 2.0, 3.0)
val v2 = NArray[Double](4.0, 5.0)
val outer = v1.outer(v2)
Expand Down

0 comments on commit f455b65

Please sign in to comment.