Skip to content

Commit

Permalink
Update rmgpy/molecule/group.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hao-Wei Pang <45482070+hwpang@users.noreply.github.com>
  • Loading branch information
mjohnson541 and hwpang authored Mar 16, 2024
1 parent 753f6b3 commit ec55695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmgpy/molecule/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ def is_reaction_bond(self, wildcards=False):
else:
return False
else:
return abs(self.order[0]-0.05) <= 1e-9 and len(self.order) == 1
return abs(self.order[0] - 0.05) <= 1e-9 and len(self.order) == 1

def is_benzene(self, wildcards=False):
"""
Expand Down

0 comments on commit ec55695

Please sign in to comment.