Re: [Numpy-discussion] Numpy 1.9.1, zeros and alignement

2014-11-19 Thread Sturla Molden
On 18/11/14 23:10, Pauli Virtanen wrote: > The second question is whether F2py actually *needs* to check the > dtype-size alignment, or is just something like sizeof(double) enough > for Fortran compilers. The Fortran standard does not specify an ABI so this is likely compiler dependent. The o

Re: [Numpy-discussion] Problem with _dotblas.pyd when using Matplotlib for 3d plot

2014-11-19 Thread Charles R Harris
On Wed, Nov 19, 2014 at 3:03 PM, Mégardon Geoffrey < geoffrey.megar...@gmail.com> wrote: > Hi, > > In verbose mode, it stops at this line: > test_blasdot.test_dot_3args ... > > Ok, I will try with numpy and python :/ > Might want to file a bug report with Continuum Analytics. Plain old numpy wil

Re: [Numpy-discussion] Problem with _dotblas.pyd when using Matplotlib for 3d plot

2014-11-19 Thread Mégardon Geoffrey
Hi, In verbose mode, it stops at this line: test_blasdot.test_dot_3args ... Ok, I will try with numpy and python :/___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] Problem with _dotblas.pyd when using Matplotlib for 3d plot

2014-11-19 Thread Nathaniel Smith
Some things that might be worth trying: - run the test suite in verbose mode (numpy.test(verbose=2)) - this should let you narrow down which test is causing the crash. - instead of using anaconda, try installing python from python.org and numpy from the http://sourceforge.net/project/showfiles.php

[Numpy-discussion] Problem with _dotblas.pyd when using Matplotlib for 3d plot

2014-11-19 Thread Geoffrey Mégardon
​ Hi, I am on Windows 8.1, 64-bit, using the usual version of Anaconda-64-bit for windows. I just come from the mailing list of matplotlib: my PC is not able to do 3D plot with matplotlib. Python crashes completely if I try to plot something in 3D and to show it: "Python.exe has stopped working..