Philip Loche

Results 51 comments of Philip Loche

Thanks for this issue. If somebody wants to start on this. The following lines can be used to generate a Universe of individual atoms. ```python import MDAnalysis as mda import...

@olivia632 cool! I suggest that you calculate the density using the make_universe function and compare it to the values you would calculate based on the system parameters. The number of...

You can also reach me on discord if you have any general questions.

@olivia632 did you figures out what is going wrong (Pull the to latest version from github etc?). The tests seem to work for the CI...

If it is in the CI it is not automatically sorted. We just get informed what and how to resort.

I don’t know if you can do this. The pure diff is most likely not possible maybe the touched files... > On 26 Apr 2022, at 16:50, Irfan Alibay ***@***.***>...

Probably something like ```bash TOUCHED_FILES=$(git diff --name-only develop) isort --verbose --check-only --diff $TOUCHED_FILES ``` will do the job...

@MDAnalysis/coredevs are there any opinions or ideas? I will work on this if we want to have this and decide on a strategy.

No problem! Your second point is indeed something I haven't thought about. However, altering the timestep could be something one wants to do. E.g. if AnalysisClass 1 unwraps the systems,...

@IAlibay if you still have your code it would be nice starting point.