Btw, if at some point you do need to look at diffs for the cython generated
code, temporarily removing the gitattributes file should suffice. You
probably don't even have to commit, tho be aware of doing it by accident :)

-Ken
 On Oct 28, 2012 4:32 PM, "Andreas Mueller" <[email protected]>
wrote:

> Hey everybody.
> I had several problems when recompiling master today.
> Not sure if I messed up some of my packages or what.
>
> I get errors in the Cython parts of the SVM (if I undo
> Lars' work it works again) and the HMM
> - I just realized that the other thing I wanted to complain about was
> me breaking the KernelPCA example, which I'll fix momentarily.
>
> Reseting master to two days ago, it does work,
> which seems to indicate the problem is not on my side.
> On the other hand, Jenkins doesn't complain ...
>
> In the HMM I get
>    File "_hmmc.pyx", line 24, in sklearn._hmmc._forward
> (sklearn/_hmmc.c:1339)
> ValueError: Buffer dtype mismatch, expected 'dtype_t' but got 'float'
>
> In the SVM I get
>    File "mtrand.pyx", line 868, in mtrand.RandomState.randint
> (numpy/random/mtrand/mtrand.c:5921)
> OverflowError: Python int too large to convert to C long
>
> Can others reproduce?
> I guess the SVM is a 32bit/64bit issue.
>
> Cheers,
> Andy
>
>
> ------------------------------------------------------------------------------
> WINDOWS 8 is here.
> Millions of people.  Your app in 30 days.
> Visit The Windows 8 Center at Sourceforge for all your go to resources.
> http://windows8center.sourceforge.net/
> join-generation-app-and-make-money-coding-fast/
> _______________________________________________
> Scikit-learn-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
------------------------------------------------------------------------------
WINDOWS 8 is here. 
Millions of people.  Your app in 30 days.
Visit The Windows 8 Center at Sourceforge for all your go to resources.
http://windows8center.sourceforge.net/
join-generation-app-and-make-money-coding-fast/
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to