Skip to content

Better subprocess handling

Compare
Choose a tag to compare
@tjkessler tjkessler released this 28 Jun 20:56
· 72 commits to master since this release
99eabb5
  • PaDEL's native timeout functionality causes some compounds to "hang" during calculation
    • for higher-level functions, from_smiles and from_mdl, supplied timeout now controls subprocess.Popen's timeout instead of PaDEL's

This change reduces the chance of a compound to fail during calculation.