Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ fun
Function
fun
test/test_utils.py:403–404 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
401
def
test_deprecated_func():
402
@ot.utils.deprecated(
"deprecated text for fun"
)
403
def
fun():
404
pass
405
406
def
fun2():
407
pass
Callers
5
test_deprecated_func
Function · 0.70
test_fun_to_numpy
Function · 0.70
wrapped
Method · 0.50
fun_to_numpy
Function · 0.50
fun_numpy
Function · 0.50
Calls
1
sum
Method · 0.45
Tested by
no test coverage detected