FL.helpers.interpolation.add_axis_to_list

FL.helpers.interpolation.add_axis_to_list(seq: list[Any]) None

Adjust the length of a list in place by duplicating it (= adding an MM axis).

Parameters:

seq (list[Any]) – The list to be adjusted.