MCPcopy 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

401def 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_funcFunction · 0.70
test_fun_to_numpyFunction · 0.70
wrappedMethod · 0.50
fun_to_numpyFunction · 0.50
fun_numpyFunction · 0.50

Calls 1

sumMethod · 0.45

Tested by

no test coverage detected