Closed pyeguy closed 7 years ago
Thanks for pointing this out. This appears to be a quirk of rdkit bitvectors, where they may be created at size 2^32 - 1 but only bits less than 2^31 - 1 may be set. The commit should fix that. Note that this means that roughly 50% of indices will be folded to fit into an rdkit bitvector. If you're still experiencing the problem, please reopen the issue.
Nice detective work, that fixed the problem. Thanks!
Hi All,
Cool project, looking forward to messing around with these fingerprints. Getting an issue when trying to convert from e3fp to rdkit fprint format.
here's a oneliner to reproduce
which gives me the following traceback:
I'm on windows 10, python 3.6 with the following rdkit & boost;