[SciPy-user] Inverting Complex64 array fails on OS X

Andre Radke lists at spicynoodles.net
Tue Jan 17 14:08:32 EST 2006


Travis Oliphant wrote:
>I think I understand the problem.  On your system, longdouble is the
>same as double.  However,  not all of the code recognizes the
>equivalency of 'D' and 'G' on your system which causes the problem. 
>I've patched things up so that Complex64 returns 'D' as expected even if
>'G' is the same type.  
>
>Perhaps the SVN version will now work correctly.

I tried my previous test case with NumPy 0.9.4.1923 and SciPy 
0.4.4.1558. Indeed, it does work correctly on my machine now.

Thanks for the quick fix,

-Andre






More information about the SciPy-User mailing list