We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With openPMD-api 0.16.0, we can put a whole data series in a one-liner into a Pandas dataframe: openPMD/openPMD-api#1506
We can use this to reduce reduce a line in our common analysis script boilerplate: https://github.com/ECP-WarpX/impactx/blob/24.07/examples/fodo/analysis_fodo.py#L37-L41
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With openPMD-api 0.16.0, we can put a whole data series in a one-liner into a Pandas dataframe:
openPMD/openPMD-api#1506
We can use this to reduce reduce a line in our common analysis script boilerplate:
https://github.com/ECP-WarpX/impactx/blob/24.07/examples/fodo/analysis_fodo.py#L37-L41
The text was updated successfully, but these errors were encountered: