From 4594e2085f3921fc48ef913e9a4d28c2150491fe Mon Sep 17 00:00:00 2001 From: DanielJDufour Date: Sun, 6 Aug 2023 19:59:01 -0400 Subject: [PATCH] updated test data --- test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.ts b/test.ts index 956e149..72e0e1b 100644 --- a/test.ts +++ b/test.ts @@ -276,6 +276,7 @@ const runTileTests = async ({ try { eq(most_common_pixels.includes(top), true); } catch (error) { + console.log("method:", method); console.log("sortedCounts:", sortedCounts.slice(0, 5)); console.error("top:", `rgb(${top})`); throw error; @@ -379,6 +380,7 @@ const runTileTests = async ({ "36,46,45", "40,49,47", "42,51,48", + "43,49,42", "46,53,48", "46,54,48" ],