skinniderlab / CLM

MIT License
0 stars 0 forks source link

Fixed the small bug on calculate outcome distribution #97

Closed anushka255 closed 5 months ago

anushka255 commented 5 months ago

In line 48, the code mols = clean_mols(smiles) previously created a dictionary mapping SMILES to their molecule objects and returned a list of these dictionary values. This process altered the expected SMILES order and eliminated duplicates, which conflicted with the latter program parts that expected a certain order of SMILES.