feat: add vibrational analysis workflow#146
Closed
galjos wants to merge 967 commits into
Closed
Conversation
Update README.md
Feature/shake gen comments
Added benchmark groups
…es.py for better readability
…ved comparison functionality
… arrays in Cell class
… for element-wise comparison of arrays
… element-wise comparison
… element-wise comparison
Feature/traj_isclose
…int_cache in the commit
# Conflicts: # .github/.pylint_cache/PQAnalysis_1.stats # .github/pull_request_template.md # README.md
* Refactor frame reader around base class * test: cover frame reader factory behavior
Co-authored-by: Josef M. Gallmetzer <64498081+galjos@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #146 +/- ##
==========================================
+ Coverage 90.41% 91.20% +0.79%
==========================================
Files 130 136 +6
Lines 5685 6188 +503
==========================================
+ Hits 5140 5644 +504
+ Misses 545 544 -1
🚀 New features to boost your workflow:
|
Contributor
|
PYLINT REPORT Your code has been rated at 9.80/10 Full reportRaw metrics
Duplication
Messages by category
% errors / warnings by module
Messages
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
vibrationsCLICloses #134
Related: MolarVerse/PQ#277
Checks
python -m pytest -o addopts='' --cov=PQAnalysis.analysis.vibrational --cov=PQAnalysis.cli.vibrations --cov-report=term-missing tests/analysis/vibrational tests/cli/test_vibrations.py(100%)bash pytest.shpython -m yapf --diff tests/analysis/vibrational/test_vibrational_analysis.py tests/analysis/vibrational/test_api.py tests/analysis/vibrational/test_vibrational_input_file_reader.py tests/cli/test_vibrations.pypython -m sphinx -b html source /tmp/pqanalysis-docs-pr-check