Skip to content

Commit af628fc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bcf4715 commit af628fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/pywarpx/picmi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3253,6 +3253,7 @@ def diagnostic_initialize_inputs(self):
32533253

32543254
ElectrostaticFieldDiagnostic = FieldDiagnostic
32553255

3256+
32563257
class TimeAveragedFieldDiagnostic(FieldDiagnostic):
32573258
"""
32583259
See `Input Parameters <https://warpx.readthedocs.io/en/latest/usage/parameters.html>`__ for more information.
@@ -3304,7 +3305,6 @@ def diagnostic_initialize_inputs(self):
33043305
self.diagnostic.average_start_step = self.average_start_step
33053306

33063307

3307-
33083308
class Checkpoint(picmistandard.base._ClassWithInit, WarpXDiagnosticBase):
33093309
"""
33103310
Sets up checkpointing of the simulation, allowing for later restarts

0 commit comments

Comments
 (0)