-
Notifications
You must be signed in to change notification settings - Fork 217
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
PICMI Standard example does not work #4355
Comments
A student I am supervising is updating the |
I am also going to discuss the breaking changes with the PICMI-standard devs, they were not properly communicated in the changelogs. |
@szabo137 the issue can be closed, the update is complete. |
I will reopen the issue since #4364 is not yet in the mainline dev |
@PrometheusPi ping |
#4364 was merged |
Problem
Seems like there is an incompatibility with
picmistandard
, if one tries to run the intro example for picmi from the picongpu docs.minimal example
Running a test-file with
throws
A bit deeper investigation shows, there seems to be an api change between
picmistandard==0.0.19
andpicmipstandard==0.0.20
with (at least)I tested the minimal example above with
picmistandard==0.0.19
and it works as intended.System specs
python version: 3.10.6
picongpu branch: dev
pip list output:
Suggested solution
From the top of my head, there are three solutions conceivable
picmistandard
to 0.0.19, but new features would be missingpicmistandard
to include the back-compatibilitylib/python/picongpu
in order to use the new API frompicmistandard>=0.0.20
The text was updated successfully, but these errors were encountered: