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

Adding a generic atom mapping scorer #306

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

RiesBen
Copy link
Contributor

@RiesBen RiesBen commented Apr 17, 2024

this is a generic interface for all openFE scorers.

Todo:

  • define Interface
  • tests
  • tokenizable

@pep8speaks
Copy link

pep8speaks commented Apr 17, 2024

Hello @RiesBen! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 21:80: E501 line too long (90 > 79 characters)

Line 28:80: E501 line too long (112 > 79 characters)
Line 40:80: E501 line too long (89 > 79 characters)

Line 9:80: E501 line too long (94 > 79 characters)
Line 14:80: E501 line too long (87 > 79 characters)

Comment last updated at 2024-06-11 05:59:10 UTC

Copy link

codecov bot commented Apr 17, 2024

Codecov Report

Attention: Patch coverage is 80.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 98.84%. Comparing base (12bc644) to head (b3442bb).

Files Patch % Lines
gufe/mapping/atom_mapping_scorer.py 77.77% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #306      +/-   ##
==========================================
- Coverage   98.94%   98.84%   -0.10%     
==========================================
  Files          36       37       +1     
  Lines        1988     1998      +10     
==========================================
+ Hits         1967     1975       +8     
- Misses         21       23       +2     

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

Copy link
Contributor

@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.

block pending discussion

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.

None yet

4 participants