au.splitListIntoContiguousLists(mylist, trim=0, recombine=False)Inputs:
CASA <29>: au.splitListIntoContiguousLists([1,2,3,5,6,7]) Out[29]: [[1, 2, 3], [5, 6, 7]]-- Main.ToddHunter - 2013-09-08
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.