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