Skip to content
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

Remove compat restrictions again #48

Merged

Conversation

rikhuijzer
Copy link
Member

@rikhuijzer rikhuijzer commented Nov 21, 2023

Fixes #46 and closes #49. This is PR is a permanent fix after the hotfix in #47.

In hindsight, I should have checked with XGBoost first to let them make a patch. My bad. This PR basically reverts #47.

@ablaom I renamed o to out because that appears to be the intention of that variable. I hope that's okay.

Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8e1af96) 57.25% compared to head (5dc4f74) 57.93%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage   57.25%   57.93%   +0.67%     
==========================================
  Files           1        1              
  Lines         124      126       +2     
==========================================
+ Hits           71       73       +2     
  Misses         53       53              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rikhuijzer rikhuijzer force-pushed the rh/avoid-passing-empty-watchlist branch from 86f2f19 to 2112c69 Compare November 21, 2023 11:46
@ExpandingMan
Copy link
Collaborator

Thanks! Sorry, I forgot about this when I merged in XGBoost.jl.

@rikhuijzer rikhuijzer changed the title Avoid passing default watchlist Remove compat restrictions again Nov 21, 2023
@rikhuijzer rikhuijzer force-pushed the rh/avoid-passing-empty-watchlist branch from 101c090 to 5dc4f74 Compare November 21, 2023 19:53
@rikhuijzer rikhuijzer merged commit b175771 into JuliaAI:master Nov 22, 2023
4 checks passed
@rikhuijzer rikhuijzer deleted the rh/avoid-passing-empty-watchlist branch November 22, 2023 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: in keyword argument watchlist
2 participants