Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhixiong-tang committed Oct 3, 2024
1 parent 26ec13c commit 9761e4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,7 @@ def test_intersections_duplicates():


def test_cheap_ruler_k():
from polyline_ruler.tf import cheap_ruler_k

k = cheap_ruler_k(50.0)
k = tf.cheap_ruler_k(50.0)
eps = np.abs(k - [71695.753616003, 111229.06398856241, 1.0]).sum()
assert eps < 1e-15

Expand Down

0 comments on commit 9761e4b

Please sign in to comment.