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

Method take_along_axis

ot/backend.py:1261–1262  ·  view source on GitHub ↗
(self, arr, indices, axis)

Source from the content-addressed store, hash-verified

1259 return np.repeat(a, repeats, axis)
1260
1261 def take_along_axis(self, arr, indices, axis):
1262 return np.take_along_axis(arr, indices, axis)
1263
1264 def concatenate(self, arrays, axis=0):
1265 return np.concatenate(arrays, axis)

Callers

nothing calls this directly

Calls 1

take_along_axisMethod · 0.45

Tested by

no test coverage detected