OpenFreeEnergy / konnektor

Algorithms for various Network Layouts and Tooling for planning FE Calculations
https://konnektor.readthedocs.io/
MIT License
14 stars 3 forks source link

Update docs #47

Closed RiesBen closed 6 months ago

RiesBen commented 6 months ago

Adding docs:

pep8speaks commented 6 months ago

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

Line 168:80: E501 line too long (81 > 79 characters)

Line 6:54: W292 no newline at end of file

Line 8:80: E501 line too long (85 > 79 characters)

Line 2:80: E501 line too long (93 > 79 characters)

Comment last updated at 2024-05-12 17:15:50 UTC
codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 90.31%. Comparing base (c247e66) to head (e0251e2). Report is 4 commits behind head on main.

Files Patch % Lines
...c/konnektor/network_tools/network_handling/misc.py 0.00% 3 Missing :warning:
...planners/generators/clustered_network_generator.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #47 +/- ## ========================================== - Coverage 90.56% 90.31% -0.25% ========================================== Files 42 44 +2 Lines 1166 1167 +1 ========================================== - Hits 1056 1054 -2 - Misses 110 113 +3 ```

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