Skip to content

Commit

Permalink
compress force merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Baunsgaard committed Sep 24, 2024
1 parent 7d55aca commit 92c1382
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,7 @@ public void testSequence_CP() {

@Test
public void testSequence_SP() {
<<<<<<< HEAD
runTest(1500, 1, -1, 1, ExecType.SPARK, "plus_mm_ewbm_sum");
=======
runTest(1500, 1, 2, 1, ExecType.SPARK, "plus_mm_ewbm_sum");
>>>>>>> cb91b16977 ([DO NOT MERGE] JAVA 17 BWARE COMMIT)
}

@Test
Expand All @@ -108,11 +104,7 @@ public void test_ElementWiseBinaryMultiplyOp_right_CP() {

@Test
public void test_ElementWiseBinaryMultiplyOp_right_SP() {
<<<<<<< HEAD
runTest(1500, 1, -1, 1, ExecType.SPARK, "ewbm_right");
=======
runTest(1500, 1, 2, 1, ExecType.SPARK, "ewbm_right");
>>>>>>> cb91b16977 ([DO NOT MERGE] JAVA 17 BWARE COMMIT)
}

@Test
Expand Down

0 comments on commit 92c1382

Please sign in to comment.