openreview-py
openreview-py copied to clipboard
Warning observed because of the use of fuzzywuzzy library
Since we started using the library fuzzywuzzy, I have been noticing this warning: /anaconda2/envs/py36openreview/lib/python3.6/site-packages/fuzzywuzzy/fuzz.py:11: UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning
I have noticed this warning in py process functions.
this should solve the problem: https://github.com/iesl/openreview-py/pull/360
Related to #612