-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add Python CSR wake plotting test. #696
Conversation
Remove unnecessary print statements.
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.
Locally, this gives me:
NO mpi4py load
Segmentation fault: 11
even if I comment lines 141-144.
Can you try if the standalone run of the test via |
be7e1f7
to
b5f7547
Compare
Standalone and PyTest
b5f7547
to
1226130
Compare
Yes, this test passes if I run it locally via pytest, as expected. The saved png files may be deleted on completion--is there a way to run via pytest and also view the generated png files? |
Good question. I have to google that for pytest. |
This adds a Python plotting script for the CSR wakefield in tests/python, as a follow-up to PR#627. The original author is
xbojanic
.