Skip to content

Commit

Permalink
ss-paper-version2: fixed a bug in schedule fix get_smarts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulstice committed Feb 15, 2022
1 parent 4ac5056 commit 078048f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global_chem/narcotics/schedule_five.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_smiles():
return smiles

@staticmethod
def smarts():
def get_smarts():

smarts = {
'eluxadoline': '[#6]-[#6]1:[#6]:[#6](:[#6]:[#6](:[#6]:1-[#6]-[#6](-[#6](=[#8])-[#7](-[#6]-[#6]1:[#6]:[#6](:[#6](:[#6]:[#6]:1)-[#8]-[#6])-[#6](=[#8])-[#8])-[#6](-[#6])-[#6]1:[#7]:[#6]:[#6](:[#7H]:1)-[#6]1:[#6]:[#6]:[#6]:[#6]:[#6]:1)-[#7])-[#6])-[#6](=[#8])-[#7]',
Expand Down

0 comments on commit 078048f

Please sign in to comment.