qit.lmap.numstr_to_array¶
- qit.lmap.numstr_to_array(s)¶
Utility, converts a numeric string to the corresponding array.
- Parameters
s (str) – numeric string, e.g. ‘16023’
- Returns
corresponding array, e.g. np.array([1, 6, 0, 2, 3])
- Return type
array[int]