Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation Warning encountered when running lsort.py (possibly lmerge.py?) #75

Closed
jeldred opened this issue Mar 31, 2016 · 0 comments · Fixed by #84
Closed

Deprecation Warning encountered when running lsort.py (possibly lmerge.py?) #75

jeldred opened this issue Mar 31, 2016 · 0 comments · Fixed by #84
Assignees
Milestone

Comments

@jeldred
Copy link
Contributor

jeldred commented Mar 31, 2016

when running lsort.py a Deprecation Warning is encountered

python /gscmnt/gc2802/halllab/sv_aggregate/repo/svtools/svtools/lsort.py
/gscuser/jeldred/.local/lib/python2.6/site-packages/svtools-0.1.2-py2.6.egg/svtools/l_bp.py:2: DeprecationWarning: the sets module is deprecated
from sets import Set

according to Dave

the fix will be the same for all submodules
which is
move to using core set class instead of Set

@ernfrid ernfrid added this to the v0.2 milestone Apr 1, 2016
@ernfrid ernfrid self-assigned this Apr 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants