bioinf-jku / FCD

Fréchet ChemNet Distance: A quality measure for generative models for molecules
GNU Lesser General Public License v3.0
68 stars 26 forks source link

avoid IndexError for longer sequence #13

Closed kohbanye closed 3 months ago

kohbanye commented 9 months ago

Fixed get_fcd()'s error when a SMILES string is long.

renzph commented 3 months ago

Hey @kohbanye, Thank you for your pull request. I did some more comprehensive error handling in the new version, which should cover this error.