Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ isnan
Method
isnan
ot/backend.py:2588–2589 ·
view source on GitHub ↗
(self, a)
Source
from the content-addressed store, hash-verified
2586
return
cp.any(a)
2587
2588
def
isnan(self, a):
2589
return
cp.isnan(a)
2590
2591
def
isinf(self, a):
2592
return
cp.isinf(a)
Callers
nothing calls this directly
Calls
1
isnan
Method · 0.45
Tested by
no test coverage detected