-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Handle
UserWarning
s correctly in tests (#417)
Closes #399. ### Summary of Changes * Ignore the `UserWarning` about data being already numerical thrown by `OneHotEncoder` in `nan` testcase. * Ignore `UserWarning`s about multiple most common values existing thrown by `Imputer` in testcases that are not meant to test for warnings. --------- Co-authored-by: megalinter-bot <[email protected]> Co-authored-by: Alexander <[email protected]>
- Loading branch information
1 parent
1e903d3
commit 388ab2d
Showing
2 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters