> Hi,
>
> We came across this bug while using np.cross on 3D arrays of 2D vectors.
>
> What version of numpy are you using? This should already be solved in numpy
> master, and be part of the 1.9 release. Here's the relevant commit,
> although the code has been cleaned up a bit in later ones:
>
> Hi,
>
> We came across this bug while using np.cross on 3D arrays of 2D vectors.
>
> What version of numpy are you using? This should already be solved in numpy
> master, and be part of the 1.9 release. Here's the relevant commit,
> although the code has been cleaned up a bit in later ones:
> h
Hi,
We came across this bug while using np.cross on 3D arrays of 2D vectors.
The first example shows the problem and we looked at the source for np.cross
and believe we found the bug - an unnecessary swapaxes when returning the
output (comment inserted in the code).
Thanks
Neil
# Example
sh
Neil
From: Neil Hodgson
To: numpy-discussion@scipy.org
Sent: Fri, 17 September, 2010 14:17:12
Subject: loadtxt stop
Hi,
I been looking around and could spot anything on this. Quite often I want to
read a homogeneous block of data from within a file. The ski
Hi,
I been looking around and could spot anything on this. Quite often I want to
read a homogeneous block of data from within a file. The skiprows option is
great for missing out the section before the data starts, but if there is
anything below then loadtxt will choke. I wondered if there w