We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc55dd8 commit fc2cde9Copy full SHA for fc2cde9
imblearn/over_sampling/_smote/tests/test_smote.py
@@ -229,4 +229,3 @@ def test_sample_indices_is_none():
229
smote = SMOTE(random_state=RND_SEED)
230
indices = smote.get_sample_indices()
231
assert_array_equal(indices, None)
232
-
0 commit comments