-
-
Notifications
You must be signed in to change notification settings - Fork 405
A simple fix for occasional errors when using sffs #2486
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
@bmihaljevic Thanks for contributing.
|
More importantly : doesn't this need a test? |
I have just added a simple test that ensures that the minimal example from #2485 no longer raises an error. |
Hi, |
@larskotthoff Should we merge this? We now have a test. I don't know if the proposed change could break anything else but as long as the build is passing... We should also add a NEWS entry. |
Did the travis build for this pass? It seemed to not want to start earlier. |
Yours passed and I just added an NEWS entry, therefore I did not wait. Master is green. |
Ok, thanks! |
* This fixes mlr-org#2485 * add a test for the mlr-org#2485 fix * conform coding style and reduce test time * Update test_featsel_selectFeaturesSequential.R * NEWS for mlr-org#2486
This is one-line fix for #2485. The issue is related to occasional crashing when using
sffs
feature selection.