Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ array_equal
Method
array_equal
ot/backend.py:2843–2844 ·
view source on GitHub ↗
(self, a, b)
Source
from the content-addressed store, hash-verified
2841
return
cp.isfinite(a)
2842
2843
def
array_equal(self, a, b):
2844
return
cp.array_equal(a, b)
2845
2846
def
is_floating_point(self, a):
2847
return
a.dtype.kind ==
"f"
Callers
nothing calls this directly
Calls
1
array_equal
Method · 0.45
Tested by
no test coverage detected