Re: [Numpy-discussion] FWIW: regressions of dependees of numpy 1.7.0b1

2012-09-06 Thread Aron Ahmadia
Are you running the valgrind test with the Python suppression file: http://svn.python.org/projects/python/trunk/Misc/valgrind-python.supp ? Cheers, A On Wed, Sep 5, 2012 at 10:14 PM, Yaroslav Halchenko li...@onerussian.comwrote: and another, quite weird one -- initially it was crashing with

Re: [Numpy-discussion] FWIW: regressions of dependees of numpy 1.7.0b1

2012-09-06 Thread Yaroslav Halchenko
On Thu, 06 Sep 2012, Aron Ahmadia wrote: Are you running the valgrind test with the Python suppression file:�[1]http://svn.python.org/projects/python/trunk/Misc/valgrind-python.supp yes -- on Debian there is /usr/lib/valgrind/python.supp which comes with python package and I believe

Re: [Numpy-discussion] FWIW: regressions of dependees of numpy 1.7.0b1

2012-09-06 Thread Yaroslav Halchenko
preamble: the bug here seems to be due to incorrect np.asarray(ctypes.cdouble array) ok -- I tried with a debug build of python and -O0 build of numpy, and the same old valgrind... this time valgrind is silent BUT then python itself says test_simple

Re: [Numpy-discussion] FWIW: regressions of dependees of numpy 1.7.0b1

2012-09-05 Thread Yaroslav Halchenko
and another, quite weird one -- initially it was crashing with the same error on np.dot(Vh.T, U.T) but while adding print statements to troubleshoot it, started to fail on print: File /home/yoh/proj/pymvpa/pymvpa/mvpa2/mappers/procrustean.py, line 164, in _train print Vh:, Vh File