Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Nov 9, 2023
1 parent 7979921 commit 5cc37ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/shared/src/test/scala/arrayExtensions.test.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
package vecxt

import narr.*

import scala.util.chaining.*

class ArrayExtensionSuite extends munit.FunSuite:
import vecxt.BoundsCheck.yes

lazy val v_fill = NArray.tabulate[Double](5)(i => i.toDouble)
lazy val v_fill = NArray[Double](0,1,2,3,4)

test("Array horizontal sum") {
val v1 = NArray[Double](1.0, 2.0, 3.0)
Expand Down

0 comments on commit 5cc37ac

Please sign in to comment.