imblearn/combine/_smote_enn.py
Killed 0 out of 4 mutantsSurvived
Survived mutation testing. These mutants show holes in your test suite.Mutant 288
--- imblearn/combine/_smote_enn.py
+++ imblearn/combine/_smote_enn.py
@@ -84,7 +84,7 @@
Resampled dataset shape Counter({{0: 900, 1: 881}})
"""
- _sampling_type = "over-sampling"
+ _sampling_type = "XXover-samplingXX"
@_deprecate_positional_args
def __init__(
Mutant 289
--- imblearn/combine/_smote_enn.py
+++ imblearn/combine/_smote_enn.py
@@ -84,7 +84,7 @@
Resampled dataset shape Counter({{0: 900, 1: 881}})
"""
- _sampling_type = "over-sampling"
+ _sampling_type = None
@_deprecate_positional_args
def __init__(
Mutant 290
--- imblearn/combine/_smote_enn.py
+++ imblearn/combine/_smote_enn.py
@@ -86,7 +86,6 @@
_sampling_type = "over-sampling"
- @_deprecate_positional_args
def __init__(
self,
*,
Mutant 291
--- imblearn/combine/_smote_enn.py
+++ imblearn/combine/_smote_enn.py
@@ -90,7 +90,7 @@
def __init__(
self,
*,
- sampling_strategy="auto",
+ sampling_strategy="XXautoXX",
random_state=None,
smote=None,
enn=None,