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

units should be fixed now #26

Closed 97gamjak closed 5 months ago

github-actions[bot] commented 5 months ago

PYLINT REPORT

Your code has been rated at 9.57/10

Full report Raw metrics ########### |type |number |% |previous |difference | |----------|-------|------|---------|-----------| |code |6309 |38.54 |NC |NC | |docstring |7650 |46.73 |NC |NC | |comment |201 |1.23 |NC |NC | |empty |2210 |13.50 |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 |14 |NC |NC | |refactor |100 |NC |NC | |warning |57 |NC |NC | |error |0 |NC |NC | Messages ######## |message id |occurrences | |---------------------------------|------------| |cyclic-import |32 | |too-many-arguments |17 | |missing-param-doc |14 | |invalid-name |12 | |differing-type-doc |12 | |differing-param-doc |12 | |consider-using-assignment-expr |11 | |too-many-instance-attributes |10 | |fixme |6 | |consider-ternary-expression |6 | |use-a-generator |5 | |missing-raises-doc |5 | |redefined-variable-type |4 | |too-many-locals |3 | |no-else-raise |3 | |duplicate-code |2 | |consider-using-in |2 | |consider-using-from-import |2 | |unnecessary-list-index-lookup |1 | |unnecessary-comprehension |1 | |too-many-statements |1 | |too-many-return-statements |1 | |too-complex |1 | |missing-type-doc |1 | |missing-module-docstring |1 | |inconsistent-return-statements |1 | |consider-using-with |1 | |consider-using-sys-exit |1 | |consider-using-set-comprehension |1 | |bad-docstring-quotes |1 | |bad-builtin |1 |