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 6d4be35 commit 753f6b3
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 @@ -950,7 +950,7 @@ def is_reaction_bond(self, wildcards=False):
"""
if wildcards:
for order in self.order:
if abs(order[0]-0.05) <= 1e-9:
if abs(order[0] - 0.05) <= 1e-9:
return True
else:
return False
Expand Down

0 comments on commit 753f6b3

Please sign in to comment.