Skip to content

Commit

Permalink
#1446 Dearomatization does not work with query features
Browse files Browse the repository at this point in the history
Fix UT
  • Loading branch information
AliaksandrDziarkach committed Dec 22, 2023
1 parent 17bcf6a commit bbfc06f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ def test_convert_canonical_smiles(self):

def test_convert_smarts(self):
smarts = [
"[O]-[*]-[C](-[F])(-[F])-[F]",
"O-[*]-C(-F)(-F)-F",
"[#6,H]",
"[H,H]",
"[F,Cl,Br,I,N&+,$([OH]-*=[!#6]),+;*]",
Expand Down

0 comments on commit bbfc06f

Please sign in to comment.