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

Method concatenate

ot/backend.py:1264–1265  ·  view source on GitHub ↗
(self, arrays, axis=0)

Source from the content-addressed store, hash-verified

1262 return np.take_along_axis(arr, indices, axis)
1263
1264 def concatenate(self, arrays, axis=0):
1265 return np.concatenate(arrays, axis)
1266
1267 def zero_pad(self, a, pad_width, value=0):
1268 return np.pad(a, pad_width, constant_values=value)

Callers

nothing calls this directly

Calls 1

concatenateMethod · 0.45

Tested by

no test coverage detected