dislib icon indicating copy to clipboard operation
dislib copied to clipboard

Change assertEquals for assertEqual in KFold tests

Open javicid opened this issue 6 years ago • 0 comments

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)

javicid avatar Dec 10 '19 11:12 javicid