cherab / solps

Other
6 stars 5 forks source link

Fix deprecation and syntax warnings in recent Python and Numpy #44

Closed jacklovell closed 3 years ago

jacklovell commented 3 years ago

Numpy 1.20 deprecated np.int, np.bool etc. Python 3.8 now raises a SyntaxWarning when using is with literals.

vsnever commented 3 years ago

I ran the tests. Everything works fine, so I think it's safe to merge.