Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Fields2Cover/Fields2Cover
/ near
Function
near
tests/python/utils/parser_test.py:13–14 ·
view source on GitHub ↗
(a, b, error = 1e-7)
Source
from the content-addressed store, hash-verified
11
12
13
def
near(a, b, error = 1e-7):
14
assert abs(a - b) < error
15
16
17
def
test_fields2cover_utils_parser_importGml():
Callers
1
test_fields2cover_utils_parser_getAreaImported
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected