Skip to content

Commit 6b8d2e5

Browse files
committed
chore: formatting
1 parent 60cf224 commit 6b8d2e5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts/benchmark/src/benchmark/rdp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Benchmarks for Ramer-Douglas-Peucher."""
22

33
import shapely
4+
45
from polyshell import reduce_polygon
56

67

scripts/benchmark/src/benchmark/vw.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
"""Benchmarks for Visvalingam-Whyatt."""
22

3-
from polyshell import reduce_polygon
43
from simplification.cutil import simplify_coords_vwp
54

5+
from polyshell import reduce_polygon
6+
67

78
def polyshell_vw(poly, eps):
89
return reduce_polygon(poly, "epsilon", eps, method="vw")

0 commit comments

Comments
 (0)