Skip to content

Commit

Permalink
#1446 Dearomatization does not work with query features
Browse files Browse the repository at this point in the history
Revert indigo_api UT
  • Loading branch information
AliaksandrDziarkach committed Dec 22, 2023
1 parent 8553b62 commit a0d4c21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/indigo-service/backend/service/tests/api/indigo_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,10 +645,10 @@ def test_convert_canonical_smiles(self):

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

0 comments on commit a0d4c21

Please sign in to comment.