scipp.concatenate

scipp.concatenate(x, y, dim)

Concatenate input arrays along the given dimension.

This is deprecated and will be removed soon, please use scipp.concat().

Parameters
  • x (VariableLike) –

  • y (VariableLike) –

  • dim (str) –

Return type

VariableLike