Skip to content

Commit c4179bc

Browse files
committed
update mol with _read _lookup in translator
1 parent c739ad8 commit c4179bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rmgpy/molecule/translator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,8 @@ def _read(mol, identifier, identifier_type, backend, raise_atomtype_exception=Tr
485485

486486
if _lookup(mol, identifier, identifier_type) is not None:
487487
if _check_output(mol, identifier):
488-
mol.update_atomtypes(log_species=True, raise_exception=raise_atomtype_exception)
488+
mol.update(log_species=True, raise_exception=raise_atomtype_exception, sort_atoms=False)
489+
#mol.update_atomtypes(log_species=True, raise_exception=raise_atomtype_exception)
489490
return mol
490491

491492
for option in _get_backend_list(backend):

0 commit comments

Comments
 (0)