-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
fix subset bug #2748
fix subset bug #2748
Conversation
@jameslamb it seems the r tests randomly failed. |
According to the logs, it cannot build dependencies:
I wonder why is it using Lines 45 to 48 in 87b6396
|
@StrikerRUS it seems some R packages are built by clang. |
This looks like Rdatatable/data.table#2406 and the installation notes for I noticed that only the Mac builds are failing on Azure and Travis. I think one solution to make the test less flaky is to use the available precompiled binaries for For your consideration, I just opened #2752 to do just that. If it build successfully, I think we should merge it and then rebase this PR. |
// FIXME: fix the multiple multi-val feature groups, they need to be merged | ||
// into one multi-val group |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@guolinke Should a new separate issue be created for this to not lose it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Already created.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, you mean #2754. Due to we have a lot of PRs modifying the same files, I overlooked it. Sorry about that!
to fix #2744