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

Fix type erasure warnings in files not scheduled to be removed by other commits #458

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ashelkovnykov
Copy link
Contributor

No description provided.

@ashelkovnykov
Copy link
Contributor Author

@cmjiang @yunboouyang @lguo
Updated for latest master and fixed unit test errors, requesting review

@ashelkovnykov ashelkovnykov force-pushed the noWarnings branch 3 times, most recently from c0ba126 to ec8764b Compare May 18, 2020 23:22
@ashelkovnykov
Copy link
Contributor Author

@cmjiang @yunboouyang @lguo
Finally fixed all of the failing tests

val scoringPartitions: Param[Int] = ParamUtils.createParam(
"scoring partitions",
"Number of partitions to use for the data being scored",
ParamValidators.gt[Int](0.0))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to add new parameter to SCOPT

@lguo
Copy link
Contributor

lguo commented May 21, 2020

LGTM

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.

2 participants