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

Noisy imports on 3.8 #99

Closed
sjsrey opened this issue Jan 31, 2020 · 1 comment
Closed

Noisy imports on 3.8 #99

sjsrey opened this issue Jan 31, 2020 · 1 comment
Assignees
Labels

Comments

@sjsrey
Copy link
Member

sjsrey commented Jan 31, 2020

Python 3.8.0 (default, Nov 6 2019, 21:49:08)
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.

import pysal
/home/serge/anaconda3/envs/pysaldev/lib/python3.8/site-packages/esda-2.2.0-py3.8.egg/esda/moran.py:734: SyntaxWarning: "is" with a literal. Did you mean "=="?
/home/serge/anaconda3/envs/pysaldev/lib/python3.8/site-packages/esda-2.2.0-py3.8.egg/esda/moran.py:1392: SyntaxWarning: "is" with a literal. Did you mean "=="?
/home/serge/anaconda3/envs/pysaldev/lib/python3.8/site-packages/esda-2.2.0-py3.8.egg/esda/moran.py:734: SyntaxWarning: "is" with a literal. Did you mean "=="?
/home/serge/anaconda3/envs/pysaldev/lib/python3.8/site-packages/esda-2.2.0-py3.8.egg/esda/moran.py:1392: SyntaxWarning: "is" with a literal. Did you mean "=="?
/home/serge/anaconda3/envs/pysaldev/lib/python3.8/site-packages/esda-2.2.0-py3.8.egg/esda/tabular.py:77: SyntaxWarning: "is not" with a literal. Did you mean "!="?
/home/serge/anaconda3/envs/pysaldev/lib/python3.8/site-packages/esda-2.2.0-py3.8.egg/esda/tabular.py:96: SyntaxWarning: "is not" with a literal. Did you mean "!="?
/home/serge/anaconda3/envs/pysaldev/lib/python3.8/site-packages/esda-2.2.0-py3.8.egg/esda/tabular.py:151: SyntaxWarning: "is not" with a literal. Did you mean "!="?
/home/serge/anaconda3/envs/pysaldev/lib/python3.8/site-packages/esda-2.2.0-py3.8.egg/esda/tabular.py:77: SyntaxWarning: "is not" with a literal. Did you mean "!="?
/home/serge/anaconda3/envs/pysaldev/lib/python3.8/site-packages/esda-2.2.0-py3.8.egg/esda/tabular.py:96: SyntaxWarning: "is not" with a literal. Did you mean "!="?
/home/serge/anaconda3/envs/pysaldev/lib/python3.8/site-packages/esda-2.2.0-py3.8.egg/esda/tabular.py:151: SyntaxWarning: "is not" with a literal. Did you mean "!="?
/home/serge/anaconda3/envs/pysaldev/lib/python3.8/site-packages/segregation-1.1.1-py3.8.egg

@sjsrey sjsrey added the bug label Jan 31, 2020
@sjsrey sjsrey self-assigned this Jan 31, 2020
@sjsrey
Copy link
Member Author

sjsrey commented Jan 31, 2020

See pysal/pysal#1155 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant