Skip to content

Commit

Permalink
Fix code comment in ASE adapter (#3298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Sep 2, 2023
1 parent a5b82b5 commit cf81844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/io/ase.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def get_structure(atoms: Atoms, cls: type[Structure] = Structure, **cls_kwargs)
else:
sel_dyn = None

# Atoms.info <---> Structure.properties (excluding properties["calc"])
# Atoms.info <---> Structure.properties
properties = jsanitize(getattr(atoms, "info", {}))

# Return a Molecule object if that was specifically requested;
Expand Down

0 comments on commit cf81844

Please sign in to comment.