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