Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ array_equal
Method
array_equal
ot/backend.py:3300–3301 ·
view source on GitHub ↗
(self, a, b)
Source
from the content-addressed store, hash-verified
3298
return
tnp.isfinite(a)
3299
3300
def
array_equal(self, a, b):
3301
return
tnp.array_equal(a, b)
3302
3303
def
is_floating_point(self, a):
3304
return
a.dtype.is_floating
Callers
nothing calls this directly
Calls
1
array_equal
Method · 0.45
Tested by
no test coverage detected