Skip to content

Commit

Permalink
The KMedoids warning doesn't need exception info
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Jan 25, 2018
1 parent f9e12b0 commit f073313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delta/cluster.py
Expand Up @@ -259,4 +259,4 @@ def __init__(self, corpus, delta, n_clusters=None, extra_args={},

except ImportError:
logger.log(logging.WARNING, "KMedoids clustering not available.\n" \
"You need a patched scikit-learn, see README.txt", exc_info=1)
"You need a patched scikit-learn, see README.txt", exc_info=0)

0 comments on commit f073313

Please sign in to comment.