MDAnalysis / mdanalysis

MDAnalysis is a Python library to analyze molecular dynamics simulations.
https://mdanalysis.org
Other
1.26k stars 641 forks source link

AlignTraj Writer kwargs fix #4565

Closed ljwoods2 closed 1 month ago

ljwoods2 commented 2 months ago

Fixes #4564

Changes made in this Pull Request:

PR Checklist

Developers certificate of origin


📚 Documentation preview 📚: https://mdanalysis--4565.org.readthedocs.build/en/4565/

pep8speaks commented 2 months ago

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

Line 1672:20: W292 no newline at end of file

Comment last updated at 2024-05-26 22:47:41 UTC
github-actions[bot] commented 2 months ago

Linter Bot Results:

Hi @ljwoods2! Thanks for making this PR. We linted your code and found the following:

Some issues were found with the formatting of your code. Code Location Outcome
main package ⚠️ Possible failure
testsuite ⚠️ Possible failure

Please have a look at the darker-main-code and darker-test-code steps here for more details: https://github.com/MDAnalysis/mdanalysis/actions/runs/9246734685/job/25434607268


Please note: The black linter is purely informational, you can safely ignore these outcomes if there are no flake8 failures!

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 93.23%. Comparing base (2c6e21f) to head (405f7e8).

:exclamation: Current head 405f7e8 differs from pull request most recent head 52aaedb

Please upload reports for the commit 52aaedb to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #4565 +/- ## =========================================== - Coverage 93.64% 93.23% -0.42% =========================================== Files 168 12 -156 Lines 21254 1079 -20175 Branches 3918 0 -3918 =========================================== - Hits 19904 1006 -18898 + Misses 892 73 -819 + Partials 458 0 -458 ```

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

ljwoods2 commented 1 month ago

My apologies, I forgot to turn off my autoformatter