# HG changeset patch # User Jeff Hammel # Date 1421700306 28800 # Node ID e39643d18d828fd77bd5e78bc54092c60fcfcfbd # Parent 5caa676431624159463cf1acf42e6f936d6770d2 note to self diff -r 5caa67643162 -r e39643d18d82 numerics/data.py --- a/numerics/data.py Mon Jan 19 12:40:43 2015 -0800 +++ b/numerics/data.py Mon Jan 19 12:45:06 2015 -0800 @@ -27,7 +27,8 @@ n_cols = len(array[0]) retval = [[]] * n_cols - raise NotImplementedError('TODO') # -> record TODO items + return zip(*array) + # XXX this is a nothing function; we shouldn't use this class ColumnLengthException(ColumnNumberException): """