Mercurial > hg > numerics
changeset 49:5caa67643162
fuck you, Ovwrt
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 19 Jan 2015 12:40:43 -0800 |
parents | 36e47061187f |
children | e39643d18d82 |
files | numerics/data.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/numerics/data.py Mon Jan 19 12:38:51 2015 -0800 +++ b/numerics/data.py Mon Jan 19 12:40:43 2015 -0800 @@ -26,7 +26,7 @@ return array # nothing to do n_cols = len(array[0]) - retval = []] * n_cols + retval = [[]] * n_cols raise NotImplementedError('TODO') # -> record TODO items class ColumnLengthException(ColumnNumberException):