qit.lmap.array_to_numstr

qit.lmap.array_to_numstr(s)

Utility, converts an integer array to the corresponding numeric string.

Parameters

s (Iterable[int]) – numeric array, e.g. np.array([1, 6, 0, 2, 3])

Returns

corresponding numeric string, e.g. ‘16023’

Return type

str