-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update argument from nBits to fpSize to accomodate new datamol version #17
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cwognum Done! |
Thanks again @tsa87 ! Unfortunately, the test cases are failing. Could you look into this? And one more comment after a second review on my end: Could you also update |
Thanks @cwognum! I've updated the argument for the failing test and |
@tsa87 The failing CICD is not your mistake. It's due to conda-forge/mkdocs-jupyter-feedstock#31. The workaround would be to change the CICD |
Correction: I was actually able to do it myself! Thanks for the work, @tsa87 ! 😄 |
Awesome @cwognum great to hear the issue was resolved! |
As discussed in #16,
datamol
switched from usingGetMorganFingerprintAsBitVect
toGetMorganGenerator
in version0.12.5
. This PR update the argument fromnBits
tofpSize
and set a minimum version fordatamol
.Changelogs
nBits
tofpSize
.Checklist:
feature
,fix
ortest
(or ask a maintainer to do it for you).discussion related to that PR