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

Using 'is' instead '==' #8

Open
dvp2015 opened this issue Nov 14, 2021 · 0 comments
Open

Using 'is' instead '==' #8

dvp2015 opened this issue Nov 14, 2021 · 0 comments

Comments

@dvp2015
Copy link

dvp2015 commented Nov 14, 2021

========================================================== warnings summary ===========================================================
numjuggler/parser.py:948
/home/dvp/dev/numjuggler/numjuggler/parser.py:948: SyntaxWarning: "is" with a literal. Did you mean "=="?
if 'fill' is s.lower() and 'lat' in ''.join(parm).lower():

travleev added a commit that referenced this issue Nov 15, 2021
fix: #9 use encoding cp1251 to open MCNP files and #8 'is' instead of 'equal'

Merged first into a respective branch, to pass through CI
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

No branches or pull requests

1 participant