hpcflow.sdk.persistence.zarr.append_items_to_ragged_array#

hpcflow.sdk.persistence.zarr.append_items_to_ragged_array(arr, items)#

Append an array to a Zarr ragged array.

I think arr.append([item]) should work, but does not for some reason, so we do it here by resizing and assignment.

Parameters:
  • arr (Array) –

  • items (Sequence[int]) –