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
With the latest version of ASE (3.21.1) I get the following error when loading a standard CIF:
File "/Users/danieleongari/opt/anaconda3/lib/python3.8/site-packages/ase/io/cif.py", line 499, in parse_block
assert line.lower().startswith('data_')
AssertionError
the problem does not occur with my previous version of ASE (3.19.1), so maybe let's give a look or constrain the version.
The text was updated successfully, but these errors were encountered:
CIF writer now uses up-to-date variable definitions from the CIF standard instead of deprecated ones. Also, it no longer writes columns of dummy data that doesn’t depend on the atoms.
Perhaps the reason is that we are using variable definitions that are deprecated in the CIF standard.
With the latest version of ASE (3.21.1) I get the following error when loading a standard CIF:
the problem does not occur with my previous version of ASE (3.19.1), so maybe let's give a look or constrain the version.
The text was updated successfully, but these errors were encountered: