vossjo / ase-espresso

ase interface for Quantum Espresso
GNU General Public License v3.0
65 stars 55 forks source link

compatibility with newer numpy #22

Closed mhangaard closed 7 years ago

mhangaard commented 7 years ago

If x is an array, x == None returns an array of booleans in newer numpy versions, whereas x is None always returns a boolean.

vossjo commented 7 years ago

Thanks!