@@ -138,7 +138,7 @@ let testFixturesEWiseAdd case =
138138 |> correctnessGenericTest 0 uy (+) byteAdd byteToCOO (=) q
139139 |> testPropertyWithConfig config ( getCorrectnessTestName " byte" ) ]
140140
141- let elementwiseAddTests =
141+ let addTests =
142142 operationGPUTests " Backend.Matrix.EWiseAdd tests" testFixturesEWiseAdd
143143
144144let testFixturesEWiseAddAtLeastOne case =
@@ -186,7 +186,7 @@ let testFixturesEWiseAddAtLeastOne case =
186186 |> correctnessGenericTest 0 uy (+) byteAdd byteToCOO (=) q
187187 |> testPropertyWithConfig config ( getCorrectnessTestName " byte" ) ]
188188
189- let elementwiseAddAtLeastOneTests =
189+ let addAtLeastOneTests =
190190 operationGPUTests " Backend.Matrix.EWiseAddAtLeastOne tests" testFixturesEWiseAddAtLeastOne
191191
192192let testFixturesEWiseAddAtLeastOneToCOO case =
@@ -234,7 +234,7 @@ let testFixturesEWiseAddAtLeastOneToCOO case =
234234 |> correctnessGenericTest 0 uy (+) byteAdd byteToCOO (=) q
235235 |> testPropertyWithConfig config ( getCorrectnessTestName " byte" ) ]
236236
237- let elementwiseAddAtLeastOneToCOOTests =
237+ let addAtLeastOneToCOOTests =
238238 operationGPUTests " Backend.Matrix.EWiseAddAtLeastOneToCOO tests" testFixturesEWiseAddAtLeastOneToCOO
239239
240240let testFixturesEWiseMulAtLeastOne case =
@@ -282,5 +282,5 @@ let testFixturesEWiseMulAtLeastOne case =
282282 |> correctnessGenericTest 0 uy (*) byteAdd byteToCOO (=) q
283283 |> testPropertyWithConfig config ( getCorrectnessTestName " byte" ) ]
284284
285- let elementwiseMulAtLeastOneTests =
285+ let mulAtLeastOneTests =
286286 operationGPUTests " Backend.Matrix.eWiseMulAtLeastOne tests" testFixturesEWiseMulAtLeastOne
0 commit comments