Skip to content

Commit

Permalink
updated test data
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Aug 6, 2023
1 parent 5e319da commit 4594e20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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"
],
Expand Down

0 comments on commit 4594e20

Please sign in to comment.