From 53506e5a4ea8f85ee64c11d51f6773e9f1187bef Mon Sep 17 00:00:00 2001 From: Simon Parten Date: Thu, 9 Nov 2023 17:25:38 +0100 Subject: [PATCH] bah. --- tests/shared/src/test/scala/arrayExtensions.test.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/shared/src/test/scala/arrayExtensions.test.scala b/tests/shared/src/test/scala/arrayExtensions.test.scala index 5a39f39..2bf4379 100644 --- a/tests/shared/src/test/scala/arrayExtensions.test.scala +++ b/tests/shared/src/test/scala/arrayExtensions.test.scala @@ -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)