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

Change assertEquals for assertEqual in KFold tests #278

Open
javicid opened this issue Dec 10, 2019 · 0 comments · May be fixed by #358
Open

Change assertEquals for assertEqual in KFold tests #278

javicid opened this issue Dec 10, 2019 · 0 comments · May be fixed by #358

Comments

@javicid
Copy link
Collaborator

javicid commented Dec 10, 2019

This is to avoid the following warning:

Tests KFold.split() from single subset, shuffle=False and uneven ... /dislib/tests/test_kfold.py:67: DeprecationWarning: Please use assertEqual instead.

self.assertEquals(len_x_train, len_y_train)
@cTatu cTatu modified the milestone: release 0.8 Nov 7, 2022
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 a pull request may close this issue.

2 participants