MCPcopy Create free account
hub / github.com/PythonOT/POT / sort

Method sort

ot/backend.py:1232–1233  ·  view source on GitHub ↗
(self, a, axis=-1)

Source from the content-addressed store, hash-verified

1230 return np.einsum(subscripts, *operands)
1231
1232 def sort(self, a, axis=-1):
1233 return np.sort(a, axis)
1234
1235 def argsort(self, a, axis=-1):
1236 return np.argsort(a, axis)

Callers 1

sort2Method · 0.95

Calls 1

sortMethod · 0.45

Tested by

no test coverage detected