Skip to content

Commit

Permalink
Add chunk size to MDAnalysis converter
Browse files Browse the repository at this point in the history
  • Loading branch information
MBartkowiakSTFC committed Nov 20, 2024
1 parent 701cad5 commit 39048ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MDANSE/Src/MDANSE/Framework/Converters/MDAnalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def initialize(self):

kwargs = {
"positions_dtype": self.configuration["output_files"]["dtype"],
"chunking_limit": self.configuration["output_files"]["chunk_size"],
"compression": self.configuration["output_files"]["compression"],
}
if hasattr(self.u.atoms, "charges"):
Expand Down

0 comments on commit 39048ad

Please sign in to comment.