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