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