On Tue, Oct 1, 2013 at 11:00 AM, Jens Jørgen Mortensen <[email protected]> wrote: > I seems that solve() doesn't like arrays like zeros((3, 0)). I get this > with 1.8.0rc1 on Ubuntu 13.04 and Python 2.7.4:
Yep, looks like a simple bug in the new gufunc stuff, thanks for catching it. Filed here: https://github.com/numpy/numpy/issues/3847 -n _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
