Skip to content

Conversation

@Louiszr
Copy link

@Louiszr Louiszr commented Aug 26, 2020

What changes were proposed in this pull request?

Fixed CrossValidatorModel.copy() so that it correctly calls .copy() on the models instead of lists of models.

Why are the changes needed?

copy() was first changed in #29445 . The issue was found in CI of #29524 and fixed. This PR introduces the exact same change so that CrossValidatorModel.copy() and its related tests are aligned in branch master and branch branch-3.0.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Updated test_copy to make sure copy() is called on models instead of lists of models.

@viirya
Copy link
Member

viirya commented Aug 26, 2020

ok to test

@SparkQA
Copy link

SparkQA commented Aug 26, 2020

Test build #127940 has finished for PR 29553 at commit 844fe5c.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Copy link
Member

@viirya viirya left a comment

Choose a reason for hiding this comment

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

This was merged in branch-3.0 previously, I think.

@huaxingao huaxingao closed this in a0bd273 Aug 28, 2020
@huaxingao
Copy link
Contributor

Merged to master. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants