Skip to content

Commit

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

import narr.*

import scala.util.chaining.*

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

lazy val v_fill = NArray[Double](0,1,2,3,4)
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 53506e5

Please sign in to comment.