args["smiles"][0]+" is not "+" AND ".join(expected_output)+" at pH "+str(args["min_ph"])+" - "+str(args["max_ph"])+"; it is "+" AND ".join([l[0]forlinoutput])
)
msg=args["smiles"][0]+" is not "+" AND ".join(expected_output)+ \
" at pH "+str(args["min_ph"])+" - "+str(args["max_ph"])+ \
"; it is "+" AND ".join([l[0]forlinoutput])
print(msg)
raiseException(msg)
if(len(set([l[1]forlinoutput])-set(labels))!=0):
raiseException(
args["smiles"][0]+" not labeled as "+" AND ".join(labels)+"; it is "+" AND ".join([l[1]forlinoutput])
)
msg=args["smiles"][0]+" not labeled as "+" AND ".join(labels)+ \