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.
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
Ensure NoJump handles jumps that occur on the second frame in NPT trajectories #4258
Ensure NoJump handles jumps that occur on the second frame in NPT trajectories #4258
Changes from 34 commits
cf412d9
0a835ad
4efdf20
4a2b8a5
7245bd1
1dae25a
0ed530e
66ccb4a
c3e8366
58a7567
6f02285
7d90706
1b94f84
970663a
7ffaa2e
21fdf0a
aa86f88
55d3c34
18d2bfc
a786599
8e06cf3
ae8cef2
7ffc77a
243c9f0
d673021
e2e0052
206a51f
296cd6a
90c037a
21ba7c3
8b3dfaf
44e473a
0d51b3d
2a2d100
d735d71
7f87344
35dc77c
cd339b6
b1c32dc
9a24312
8926e4a
de33028
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
This is both a long line and also a bit hard to read (at least to me), splitting this over a few lines probably would be worth it?
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.
I know it's annoying but pep8 - note we don't care about the
black
linter stuff, but the flake8 errors from here probably should be addressed: https://github.com/MDAnalysis/mdanalysis/actions/runs/5997923144/job/16265248319There 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.
ah sorry I forgot to run flake8 locally, fixed now! Perhaps adding a pre-commit config for people to optionally use would be useful?
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.
It's.. complicated, I'll leave it as that for now.
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.
ha! okay :)