Ah ok!
indexess will change their order:
Instead of following line
indexess will change their order:
Instead of following line
groups_ = more_itertools.grouper(variables, 2)we should write that:
groups_ = more_itertools.grouper(2,variables)