MCPcopy 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
13def near(a, b, error = 1e-7):
14 assert abs(a - b) < error
15
16
17def test_fields2cover_utils_parser_importGml():

Calls

no outgoing calls

Tested by

no test coverage detected