Skip to content

Commit

Permalink
Merge branch 'main' into reaction
Browse files Browse the repository at this point in the history
# Conflicts:
#	datamol/reactions/__init__.py
#	datamol/reactions/_reactions.py
  • Loading branch information
zhu0619 committed Sep 9, 2022
2 parents 2bc9a74 + 82a4f88 commit 01b3de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datamol/reactions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from ._attachments import convert_attach_to_isotope
from ._reactions import ATTACHING_RXN
from ._attachments import num_attachment_points
from ._reactions import from_smarts
from ._reactions import from_smarts
2 changes: 1 addition & 1 deletion datamol/reactions/_reactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ def inverse_reaction(rxn):
for i in range(rxn.GetNumProductTemplates()):
rxn2.AddReactantTemplate(rxn.GetProductTemplate(i))
rxn2.Initialize()
return rxn2
return rxn2

0 comments on commit 01b3de8

Please sign in to comment.