MCPcopy Create free account
hub / github.com/alibaba/GraphScope / almost_equal

Function almost_equal

python/graphscope/nx/tests/utils.py:21–22  ·  view source on GitHub ↗
(x, y, places=7)

Source from the content-addressed store, hash-verified

19
20
21def almost_equal(x, y, places=7):
22 return round(abs(x - y), places) == 0

Calls

no outgoing calls