[Numpy-discussion] boolean defaults for svd

Keith Goodman kwgoodman at gmail.com
Mon Aug 4 18:06:57 EDT 2008


svd uses 1 for its defaults:

svd(a, full_matrices=1, compute_uv=1)

Anyone interested in changing 1 to True? It shouldn't break any code, right?



More information about the NumPy-Discussion mailing list