Mercurial > hg > numerics
changeset 50:e39643d18d82
note to self
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 19 Jan 2015 12:45:06 -0800 |
parents | 5caa67643162 |
children | e7e49b46832b |
files | numerics/data.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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): """