MCPcopy Create free account
hub / github.com/alibaba/graph-learn / check_edge_weights

Function check_edge_weights

graphlearn/python/tests/utils.py:329–330  ·  view source on GitHub ↗
(edges)

Source from the content-addressed store, hash-verified

327
328
329def check_edge_weights(edges):
330 check_src_dst_weights(edges.weights, edges.src_ids, edges.dst_ids)
331
332def check_src_dst_weights(weights, src_ids, dst_ids):
333 npt.assert_almost_equal(weights,

Callers

nothing calls this directly

Calls 1

check_src_dst_weightsFunction · 0.85

Tested by

no test coverage detected