jparkhill / TensorMol

Tensorflow + Molecules = TensorMol
http://blogs.nd.edu/parkhillgroup
GNU General Public License v3.0
271 stars 75 forks source link

correctly ignore blank lines in ReadXYZ #14

Closed theavey closed 6 years ago

theavey commented 6 years ago

ReadXYZ would raise a ValueError on blank lines because all([]) is True.