-
Notifications
You must be signed in to change notification settings - Fork 208
[MNT] Enable RDSTRegressor and RISTRegressor Tests After Ubuntu CI Verification #2599
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
base: main
Are you sure you want to change the base?
[MNT] Enable RDSTRegressor and RISTRegressor Tests After Ubuntu CI Verification #2599
Conversation
Thank you for contributing to
|
Hi @baraline , @MatthewMiddlehurst, Alternatively, if there’s a recommended way to resolve this issue on my end (such as rebasing or modifying the PR structure), please let me know. |
I would guess the pre commit issue is coming from your end, other contributors don't have this issue, so I don't know, did you follow the instructions in the documenation ? |
Hi, Regarding the test failures, I understand that the bug still exists. Would you like me to investigate further, or should I wait for additional guidance? Let me know how I can proceed. Thanks! |
I don't think we had this issue before, if you find the source we could had it to the documentation if it's relevant. Concerning the original issue, feel free to investigate, we don't have much guidance to offer on it as we couldn't identify the issue ourselves. |
I wouldn't worry about the pre-commit issue for now, best focus on the failing tests. |
Is this still active @SalmanDeveloperz? |
Hi @MatthewMiddlehurst, I sincerely apologize for a long delay. Actually I was admitted in the hospital for a week and as soon as I discharged,my Mid term exams at University started. Now my exams are over and I will actively work on this PR. |
That is not the target of this issue nor is is currently failing on CI. |
Description
This PR removes the exclusions for the
RDSTRegressor
andRISTRegressor
tests (check_regressor_against_expected_results
), allowing them to run on CI.Changes Implemented
RDSTRegressor
RISTRegressor
Since #2486 has been merged, these tests should now pass consistently on Ubuntu in CI.
Reference Issues/PRs:
Fixes #2458
Depends on #2486
Additional Notes:

Please see the attached ss below for local test results.