Skip to content

Commit 2b94272

Browse files
committed
.
1 parent 0d98e68 commit 2b94272

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vecxt/test/src/matrix.test.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class MatrixExtensionSuite extends FunSuite:
241241

242242
}
243243

244-
test("Matrix multiplication".only) {
244+
test("Matrix multiplication") {
245245
val mat1 = Matrix.fromRows[Double](
246246
NArray(0.0, 0.0),
247247
NArray(1.0, 0.0)

0 commit comments

Comments
 (0)