-
Notifications
You must be signed in to change notification settings - Fork 834
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: improve LGBM error message for invalid slot names #1160
fix: improve LGBM error message for invalid slot names #1160
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -41,6 +42,20 @@ class VerifyLightGBMRegressor extends Benchmarks | |||
super.testSerialization() | |||
} | |||
|
|||
test("foo") { |
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.
remove?
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.
TY!
Codecov Report
@@ Coverage Diff @@
## master #1160 +/- ##
==========================================
- Coverage 83.82% 83.81% -0.01%
==========================================
Files 259 259
Lines 12414 12413 -1
Branches 647 632 -15
==========================================
- Hits 10406 10404 -2
- Misses 2008 2009 +1
Continue to review full report at Codecov.
|
f15c604
to
49e7615
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
No description provided.