Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ sign
Method
sign
ot/backend.py:2561–2562 ·
view source on GitHub ↗
(self, a)
Source
from the content-addressed store, hash-verified
2559
return
cp.minimum(a, b)
2560
2561
def
sign(self, a):
2562
return
cp.sign(a)
2563
2564
def
abs(self, a):
2565
return
cp.abs(a)
Callers
nothing calls this directly
Calls
1
sign
Method · 0.45
Tested by
no test coverage detected