libAtoms / extxyz

Extended XYZ specification and parsers
MIT License
16 stars 4 forks source link

Fix reading of long lines, and add an ASE test with a long header line #10

Closed bernstei closed 1 year ago

bernstei commented 1 year ago

Off by one error broke reading of lines that required the line string to be extended more than once.

jameskermode commented 1 year ago

Thanks - I'll fix the Python 3.6 CI (no longer supported I fuess) and assuming everthing else is OK I'll go ahead and merge.