MatteoLacki / IsoSpec

Libraries for fine isotopic structure calculator.
Other
35 stars 10 forks source link

/usr/lib/python3/dist-packages/IsoSpecPy/IsoSpecPy.py:55: SyntaxWarning: "is not" with a literal. Did you mean "!="? #40

Closed lopippo closed 3 years ago

lopippo commented 3 years ago

Greetings, and happier new year :-)

Just to tell you that I have this warning message. Nothing serious...

/usr/lib/python3/dist-packages/IsoSpecPy/IsoSpecPy.py:55: SyntaxWarning: "is not" with a literal. Did you mean "!="?

Cheers, Filippo

michalsta commented 3 years ago

Thanks for the heads up. Seems it's a new warning in Python3.8. We've fixed it in git as of now, and it'll be included in the next release.

michalsta commented 3 years ago

Fixed by 67eb8de