MCPcopy Create free account
hub / github.com/Fields2Cover/Fields2Cover / near

Function near

tests/python/types/Path_test.py:11–12  ·  view source on GitHub ↗
(a, b, error = 1e-7)

Source from the content-addressed store, hash-verified

9import fields2cover as f2c
10
11def near(a, b, error = 1e-7):
12 assert abs(a - b) < error
13
14def test_fields2cover_types_path_appendSwath():
15 line1 = f2c.LineString(f2c.VectorPoint(

Calls

no outgoing calls

Tested by

no test coverage detected