File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
lib/python/picongpu/picmi/diagnostics Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
2
This file is part of PIConGPU.
3
3
Copyright 2025 PIConGPU contributors
4
- Authors: Pawel Ordyna
4
+ Authors: Pawel Ordyna, Masoud Afshari
5
5
License: GPLv3+
6
6
"""
7
7
@@ -42,6 +42,7 @@ def get_as_pypicongpu(
42
42
dict_species_picmi_to_pypicongpu : dict [PICMISpecies , PyPIConGPUSpecies ],
43
43
time_step_size ,
44
44
num_steps ,
45
+ simulation_box = None , # Added to match OpenPMD signature, not used
45
46
) -> PyPIConGPUAuto :
46
47
self .check ()
47
48
pypicongpu_auto = PyPIConGPUAuto ()
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ def get_as_pypicongpu(
76
76
dict_species_picmi_to_pypicongpu : dict [PICMISpecies , PyPIConGPUSpecies ],
77
77
time_step_size ,
78
78
num_steps ,
79
+ simulation_box = None , # Added to match OpenPMD signature, not used
79
80
) -> PyPIConGPUPhaseSpace :
80
81
self .check ()
81
82
You can’t perform that action at this time.
0 commit comments