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.
with MDAnalysis/mdanalysis#4615 MDAnalyis only supports
store=time
.This is also testes here https://github.com/zincware/ZnH5MD/blob/e3f08c2a57355a853e66c51150b9a919060ddb2b/tests/test_mda.py#L19
Most files that we generate will not be analyzed through MDAnalysis but the trajectory files are an exception. As long as MDAnalysis does not support fixed time / step information I'd suggest using this configuration and accept that it will produce slightly larger files for the convenience of being able to analyze them more easily.