Skip to content

Commit

Permalink
Fix d3#31.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Aug 10, 2019
1 parent fc9d1cf commit 0606516
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/contours-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ tape("contours(values) returns the expected result for an empty polygon", functi
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0
]), [
{
Expand All @@ -37,7 +36,6 @@ tape("contours(values) returns the expected result for a simple polygon", functi
0, 0, 0, 1, 1, 1, 0, 0, 0, 0,
0, 0, 0, 1, 1, 1, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0
]), [
{
Expand Down Expand Up @@ -67,7 +65,6 @@ tape("contours(values).contour(value) returns the expected result for a simple p
0, 0, 0, 1, 1, 1, 0, 0, 0, 0,
0, 0, 0, 1, 1, 1, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0
], 0.5), {
"type": "MultiPolygon",
Expand Down Expand Up @@ -95,7 +92,6 @@ tape("contours.smooth(false)(values) returns the expected result for a simple po
0, 0, 0, 2, 2, 2, 0, 0, 0, 0,
0, 0, 0, 2, 1, 2, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0
]), [
{
Expand Down Expand Up @@ -125,7 +121,6 @@ tape("contours(values) returns the expected result for a polygon with a hole", f
0, 0, 0, 1, 0, 1, 0, 0, 0, 0,
0, 0, 0, 1, 1, 1, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0
]), [
{
Expand Down Expand Up @@ -157,7 +152,6 @@ tape("contours(values) returns the expected result for a multipolygon", function
0, 0, 0, 1, 1, 0, 1, 0, 0, 0,
0, 0, 0, 1, 1, 0, 1, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0
]), [
{
Expand Down Expand Up @@ -191,7 +185,6 @@ tape("contours(values) returns the expected result for a multipolygon with holes
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0
]), [
{
Expand Down

0 comments on commit 0606516

Please sign in to comment.