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

[WIP] Adding ligand network planner #307

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

Conversation

RiesBen
Copy link
Contributor

@RiesBen RiesBen commented Apr 17, 2024

The goal here is to add a generic ligand network planner.
to be discussed.

@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 8:1: E302 expected 2 blank lines, found 1
Line 18:50: E231 missing whitespace after ':'
Line 18:80: E501 line too long (85 > 79 characters)
Line 19:80: E501 line too long (97 > 79 characters)
Line 29:22: E222 multiple spaces after operator
Line 32:5: E303 too many blank lines (2)
Line 32:66: E225 missing whitespace around operator
Line 32:80: E501 line too long (82 > 79 characters)
Line 36:80: E501 line too long (96 > 79 characters)
Line 36:81: E225 missing whitespace around operator

Line 27:80: E501 line too long (112 > 79 characters)
Line 39:80: E501 line too long (86 > 79 characters)

Comment last updated at 2024-04-18 20:31:01 UTC

Copy link

codecov bot commented Apr 17, 2024

Codecov Report

Attention: Patch coverage is 0% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 98.54%. Comparing base (2425b4c) to head (6813c0a).

Files Patch % Lines
gufe/mapping/atom_mapping_scorer.py 0.00% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #307      +/-   ##
==========================================
- Coverage   98.94%   98.54%   -0.40%     
==========================================
  Files          36       37       +1     
  Lines        1988     1996       +8     
==========================================
  Hits         1967     1967              
- Misses         21       29       +8     

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

adjusting to comments.
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

2 participants