Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Jul 25, 2024
1 parent 2657ecf commit f2e38a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vecxt/test/src/arrayExtensions.test.scala
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class ArrayExtensionSuite extends munit.FunSuite:
end for
}

test("tvar idx 2".only) {
test("tvar idx 2") {
import vecxt.rpt.tVarIdx
val v1 = NArray.tabulate(100)(_.toDouble).reverse
val tvar = v1.tVarIdx(0.95)
Expand Down

0 comments on commit f2e38a0

Please sign in to comment.