Skip to content

Commit cb3229c

Browse files
committed
reminder to self: engage brain before adding attributes
1 parent 7b4c616 commit cb3229c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rmgpy/molecule/molecule.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ def __init__(self, element=None, radical_electrons=0, charge=0, label='', lone_p
120120
self.coords = coords
121121
self.id = id
122122
self.props = props or {}
123-
self._sssr = None
124-
self._symm_sssr = None
125123

126124
def __str__(self):
127125
"""
@@ -1036,6 +1034,8 @@ def __init__(self, atoms=None, symmetry=-1, multiplicity=-187, reactive=True, pr
10361034
self.props = props or {}
10371035
self.metal = metal
10381036
self.facet = facet
1037+
self._sssr = None
1038+
self._symm_sssr = None
10391039

10401040
if inchi and smiles:
10411041
logging.warning('Both InChI and SMILES provided for Molecule instantiation, '

0 commit comments

Comments
 (0)