Skip to content

Commit 7cbe85f

Browse files
committed
PWFA 1D: Fix output name
Hard coded, undocumented convention: turns out this must be the name of the test that we define in the ini file. Logical, isn't it. Not. Follow-up to #2593
1 parent 80eb7c5 commit 7cbe85f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Examples/Physics_applications/plasma_acceleration/PICMI_inputs_plasma_acceleration_1d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
period = max_steps,
5454
data_list = ['Ex', 'Ey', 'Ez', 'Jx', 'Jy', 'Jz', 'part_per_cell'],
5555
write_dir = '.',
56-
warpx_file_prefix = 'Python_PlasmaAcceleration_plt')
56+
warpx_file_prefix = 'Python_PlasmaAcceleration1d_plt')
5757

5858
part_diag = picmi.ParticleDiagnostic(name = 'diag1',
5959
period = max_steps,

Regression/WarpX-tests.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ particleTypes = beam
16241624
analysisRoutine = Examples/analysis_default_regression.py
16251625
tolerance = 1.e-14
16261626

1627-
[Python_PlasmaAcceleration_1d]
1627+
[Python_PlasmaAcceleration1d]
16281628
buildDir = .
16291629
inputFile = Examples/Physics_applications/plasma_acceleration/PICMI_inputs_plasma_acceleration_1d.py
16301630
runtime_params =

0 commit comments

Comments
 (0)