Thread Previous • Date Previous • Date Next • Thread Next |
Also works fine on the Debian Python 2.3.4 on our department Linux machines (built with gcc 3.3.5).
Since it seems to be dying on the reshape, it makes sense to print out a.shape and newshape and see if their product is the same
print reduce(lambda x,y:x*y , a.shape) print reduce(lambda x,y:x*y, newshape) Also check to see if the problem is in the gentoo package? Rob
from FIAT.Lagrange import* from FIAT.shapes import * element = VectorLagrange(TRIANGLE, 2)
Thread Previous • Date Previous • Date Next • Thread Next |