Skip to content
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

Merged
merged 4 commits into from
May 24, 2024

Conversation

marinegor
Copy link
Contributor

@marinegor marinegor commented May 22, 2024

Fixes #4259

Changes made in this Pull Request:

  • remove parallelizable argument of NoJump transformation to avoid accidentally passing parallelizable=True

PR Checklist

  • Tests?
  • Docs?
  • CHANGELOG updated?
  • Issue raised/referenced?

Developers certificate of origin


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

Copy link

github-actions bot commented May 22, 2024

Linter Bot Results:

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

There are currently no issues detected! 🎉

Copy link

codecov bot commented May 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.45%. Comparing base (0f04e3e) to head (bf8843e).
Report is 15 commits behind head on develop.

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.
📢 Have feedback on the report? Share it here.

Copy link
Member

@orbeckst orbeckst left a 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.

package/MDAnalysis/transformations/nojump.py Show resolved Hide resolved
@pep8speaks
Copy link

pep8speaks commented May 22, 2024

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

@orbeckst orbeckst self-assigned this May 22, 2024
Copy link
Member

@hmacdope hmacdope left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@orbeckst
Copy link
Member

oops...

Will merge when tests are ✅

@orbeckst orbeckst merged commit 2c6e21f into MDAnalysis:develop May 24, 2024
20 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Raise an error is parallelizable=True is passed to the NoJump transformation
4 participants