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

Method stack

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

Source from the content-addressed store, hash-verified

1298 return np.unique(a, return_inverse=return_inverse)
1299
1300 def stack(self, arrays, axis=0):
1301 return np.stack(arrays, axis)
1302
1303 def reshape(self, a, shape):
1304 return np.reshape(a, shape)

Callers

nothing calls this directly

Calls 1

stackMethod · 0.45

Tested by

no test coverage detected