Skip to content
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

[TODO] PICMI gaussian-bunch and analytic profile compile tests #4367

Open
BrianMarre opened this issue Nov 29, 2022 · 0 comments
Open

[TODO] PICMI gaussian-bunch and analytic profile compile tests #4367

BrianMarre opened this issue Nov 29, 2022 · 0 comments
Assignees
Labels
PICMI pypicongpu and picmi related

Comments

@BrianMarre
Copy link
Member

BrianMarre commented Nov 29, 2022

enable the compile tests for the gaussian-bunch and analytic distributions after finishing implementation

or

delete them

see here:

# def test_analytic(self):
# analytic_dist = picmi.AnalyticDistribution(
# density_expression="a * sin(x) + z - sqrt(y)",
# a=42)
# self._compile_distribution(analytic_dist)
# def test_gaussian_bunch(self):
# gaussian_dist = picmi.GaussianBunchDistribution(
# 1283, 0.3e-7, centroid_position=[-1321, -4e-3, 0])
# self._compile_distribution(gaussian_dist)

@psychocoderHPC psychocoderHPC added the PICMI pypicongpu and picmi related label Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PICMI pypicongpu and picmi related
Projects
None yet
Development

No branches or pull requests

2 participants