-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove default parallelizable parameter in NoJump transformation #4604
Remove default parallelizable parameter in NoJump transformation #4604
Conversation
Linter Bot Results:Hi @marinegor! Thanks for making this PR. We linted your code and found the following: There are currently no issues detected! 🎉 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #4604 +/- ##
===========================================
- Coverage 93.64% 93.45% -0.20%
===========================================
Files 168 180 +12
Lines 21254 22333 +1079
Branches 3918 3619 -299
===========================================
+ Hits 19904 20871 +967
- Misses 892 1000 +108
- Partials 458 462 +4 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a good change to me. For once I don't think we need a test here.
I will add my own code suggestion to keep the comment around.
Hello @marinegor! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2024-05-23 23:23:42 UTC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
oops... Will merge when tests are ✅ |
Fixes #4259
Changes made in this Pull Request:
parallelizable
argument ofNoJump
transformation to avoid accidentally passingparallelizable=True
PR Checklist
Developers certificate of origin
📚 Documentation preview 📚: https://mdanalysis--4604.org.readthedocs.build/en/4604/