<p dir="ltr">One list has 6 entries and one has 7, so they can't be aligned into a single array. Possibly it would be better to raise an error here instead of returning an object array, but that's what's going on.</p>

<p dir="ltr">-n</p>
<div class="gmail_quote">On 9 Sep 2013 14:49, "Chad Kidder" <<a href="mailto:cckidder@gmail.com">cckidder@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div>I'm trying to enter a 2-D array and np.array() is returning a 1-D array of lists.  I'm using Python (x,y) on Windows 7 with numpy 1.7.1.  Here's the code that is giving me issues.<br><br>>>> f1 = [[15.207, 15.266, 15.181, 15.189, 15.215, 15.198], [-45, -57, -62, -70, -72, -73.5, -77]]<br>

>>> f1a = np.array(f1)<br>>>> f1a<br>array([[15.207, 15.266, 15.181, 15.189, 15.215, 15.198],<br>       [-45, -57, -62, -70, -72, -73.5, -77]], dtype=object)<br><br></div>What am I missing?<br></div>
<br>_______________________________________________<br>
NumPy-Discussion mailing list<br>
<a href="mailto:NumPy-Discussion@scipy.org">NumPy-Discussion@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/numpy-discussion" target="_blank">http://mail.scipy.org/mailman/listinfo/numpy-discussion</a><br>
<br></blockquote></div>