Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ any
Method
any
ot/backend.py:1220–1221 ·
view source on GitHub ↗
(self, a)
Source
from the content-addressed store, hash-verified
1218
return
np.linalg.norm(a, axis=axis, keepdims=keepdims)
1219
1220
def
any(self, a):
1221
return
np.any(a)
1222
1223
def
isnan(self, a):
1224
return
np.isnan(a)
Callers
nothing calls this directly
Calls
1
any
Method · 0.45
Tested by
no test coverage detected