OpenFreeEnergy / gufe

grand unified free energy by OpenFE
https://gufe.readthedocs.io
MIT License
28 stars 7 forks source link

adds LigandNetwork.remove_edges #320

Open richardjgowers opened 2 months ago

richardjgowers commented 2 months ago

move this from Konnektor into gufe, it's very useful

pep8speaks commented 2 months ago

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

Line 187:80: E501 line too long (102 > 79 characters) Line 214:1: E305 expected 2 blank lines after class or function definition, found 0 Line 217:15: W291 trailing whitespace Line 218:9: E113 unexpected indentation

Comment last updated at 2024-05-15 06:22:37 UTC
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.94%. Comparing base (12bc644) to head (1a33b8c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #320 +/- ## ======================================= Coverage 98.94% 98.94% ======================================= Files 36 36 Lines 1988 1997 +9 ======================================= + Hits 1967 1976 +9 Misses 21 21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.