imblearn/utils/_show_versions.py

Killed 0 out of 1 mutants

Survived

Survived mutation testing. These mutants show holes in your test suite.

Mutant 76

--- imblearn/utils/_show_versions.py
+++ imblearn/utils/_show_versions.py
@@ -52,7 +52,7 @@
     return deps_info
 
 
-def show_versions(github=False):
+def show_versions(github=True):
     """Print debugging information.
     Parameters
     ----------