Skip to content
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

Fix recursion error #106

Merged
merged 2 commits into from
Jan 10, 2025
Merged

Fix recursion error #106

merged 2 commits into from
Jan 10, 2025

Conversation

atravitz
Copy link
Contributor

resolves #102

the nBits attribute has been deprecated in scikit-mol, which caused a recursion error in this patch. Switching to directly assigning fpSize seems to resolve this.

Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.74%. Comparing base (dfbb156) to head (6affa70).
Report is 26 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #106      +/-   ##
==========================================
+ Coverage   86.93%   87.74%   +0.81%     
==========================================
  Files          49       49              
  Lines        1577     1559      -18     
==========================================
- Hits         1371     1368       -3     
+ Misses        206      191      -15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@IAlibay IAlibay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, lgtm!

@atravitz atravitz merged commit f0deb2b into main Jan 10, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix recursion error in ChargeTransformer call
2 participants