-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG+1] HOTFIX for incorrect cast in liblinear.pyx #5565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
what was failing? |
@agramfort the C code was not matching the cython code. The cython code did not compile. |
I'm not familiar with the code so it is really hard for me to review. |
rebase? |
I messed with master so you may need to reset. I'll buy you a beer when I'm back ;) |
I don't understand this hotfix, why revert to |
fdac94b
to
6f2f59c
Compare
Can you please remove the merge commit? create a new branch off of the current |
f3ffe83
to
b3ab377
Compare
As far as the hotfix goes, I do not have time to investigate further right now (exams approaching) but while rerunning @amueller Thanks for the offer ! But I am not much of a beer fan and would prefer either rum or whisky :) |
The content of b3ab377 is not the cython cast hotfix for the liblinear sample weights. |
just a second, fixing it up |
fdac94b has the right fix in case you lost it. |
Ok for using the |
I cancelled the travis build because 25d50a6 still does not have the correct fix. You should use |
027cb23
to
ca4ea3f
Compare
Sorry about the trouble, it should look all right now. I tried the cherry-pick approach and it did not seem to work. Hence I reverted each of the faulty commits that seemed to show up and squashed. |
ping @larsmans @agramfort ? |
+1 if travis is green. |
travis is green, merging. |
[MRG+1] HOTFIX for incorrect cast in liblinear.pyx
I ll rebase my PR ASAP
|
Sorry for the mess everyone should have checked twice :(( |
No worries @MechCoder, happens to the best of us ;) @arthurmensch's PR will make sure we won't have this issue in the future. |
No description provided.