-
Notifications
You must be signed in to change notification settings - Fork 194
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
Added new option <diag>.openpmd_encoding #1979
Conversation
…oup/variable With the encoding being group/variable, there will be one file generated for all iterations.
Co-authored-by: Axel Huebl <[email protected]>
Leftover CI issue: for the series = io.Series(prefix+"/openpmd_%T.h5", io.Access.read_only) with series = io.Series(prefix+"/openpmd.h5", io.Access.read_only) |
Thanks, I changed the default behavior to file based, and CI passed. |
Co-authored-by: Axel Huebl <[email protected]>
Perfect, now we just need to update the docs. Will do & merge |
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.
🎉 Wuhu! :)
Re-starting due to CI issue on Azure today |
Since CI passed already and we just changed docs, I will merge this in already. |
which can be either f/g/v for file/group/variable
With the encoding being either "group" or "variable", one file will be generated for all
iterations. While if the encoding value is "file", each iteration will generate its own file.