Skip to content

Commit 9b1246a

Browse files
committed
fix: avoid calling UpdatePropertyCache
Fix #2307. Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
1 parent dfcf8a8 commit 9b1246a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reacnetgenerator/_path.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ def convertSMILES(self, atoms, bonds):
267267
# https://github.com/rdkit/rdkit/discussions/6613#discussioncomment-6688021
268268
for a in m.GetAtoms(): # type:ignore
269269
a.SetNoImplicit(True)
270-
a.UpdatePropertyCache()
271270
name = Chem.MolToSmiles(m)
272271
return self._re(name)
273272

0 commit comments

Comments
 (0)