You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A very minor issue, but two CIFs with IDs = 0e2d8f26d6, cdc06a1a2a cannot be converted to pymatgen Structure objects as of pymatgen==2023.12.18.
They're still parsable with pymatgen.io.cif.CifParser, but trying to call get_structures on the CifParser object, or directly calling pymatgen.core.Structure.from_file on these CIFs throws ValueError: Invalid CIF file with no structures!
The text was updated successfully, but these errors were encountered:
A very minor issue, but two CIFs with IDs = 0e2d8f26d6, cdc06a1a2a cannot be converted to pymatgen
Structure
objects as ofpymatgen==2023.12.18
.They're still parsable with
pymatgen.io.cif.CifParser
, but trying to callget_structures
on theCifParser
object, or directly callingpymatgen.core.Structure.from_file
on these CIFs throwsValueError: Invalid CIF file with no structures!
The text was updated successfully, but these errors were encountered: