MolarVerse / PQAnalysis

PQAnalysis is a API/CLI python package for the analysis of MD simulations
https://molarverse.github.io/PQAnalysis/
MIT License
4 stars 2 forks source link

added feature select from restart file #31

Closed 97gamjak closed 2 months ago

github-actions[bot] commented 2 months ago

PYLINT REPORT

Your code has been rated at 9.87/10

Full report Raw metrics =========== |type |number |% |previous |difference | |----------|-------|------|---------|-----------| |code |6336 |38.57 |NC |NC | |docstring |7679 |46.74 |NC |NC | |comment |201 |1.22 |NC |NC | |empty |2212 |13.46 |NC |NC | Duplication =========== | |now |previous |difference | |-------------------------|------|---------|-----------| |nb duplicated lines |0 |NC |NC | |percent duplicated lines |0.000 |NC |NC | Messages by category ==================== |type |number |previous |difference | |-----------|-------|---------|-----------| |convention |10 |NC |NC | |refactor |36 |NC |NC | |warning |6 |NC |NC | |error |0 |NC |NC | Messages ======== |message id |occurrences | |-----------------------------|------------| |too-many-arguments |17 | |too-many-instance-attributes |10 | |invalid-name |9 | |fixme |6 | |too-many-locals |3 | |duplicate-code |2 | |too-many-statements |1 | |too-many-return-statements |1 | |too-many-branches |1 | |too-complex |1 | |missing-module-docstring |1 |
codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 77.08%. Comparing base (81c41bd) to head (e8313dc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #31 +/- ## ========================================== - Coverage 77.10% 77.08% -0.03% ========================================== Files 118 118 Lines 4158 4163 +5 ========================================== + Hits 3206 3209 +3 - Misses 952 954 +2 ``` | [Flag](https://app.codecov.io/gh/MolarVerse/PQAnalysis/pull/31/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MolarVerse) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/MolarVerse/PQAnalysis/pull/31/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MolarVerse) | `77.08% <71.42%> (-0.03%)` | :arrow_down: | | [Files](https://app.codecov.io/gh/MolarVerse/PQAnalysis/pull/31?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MolarVerse) | Coverage Δ | | |---|---|---| | [PQAnalysis/topology/api.py](https://app.codecov.io/gh/MolarVerse/PQAnalysis/pull/31?src=pr&el=tree&filepath=PQAnalysis%2Ftopology%2Fapi.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MolarVerse#diff-UFFBbmFseXNpcy90b3BvbG9neS9hcGkucHk=) | `69.23% <71.42%> (-5.77%)` | :arrow_down: |