Skip to content

Commit 289db5f

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

18 files changed

Lines changed: 2 additions & 17 deletions

File tree

doc/source/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@
1212
#
1313
from datetime import date
1414

15-
1615
# -- Import version ----------------------------------------------------------
1716
from optimas import __version__ # noqa: E402
1817

19-
2018
# -- Project information -----------------------------------------------------
2119
project = "optimas"
2220
project_copyright = "2023-%s, the optimas collaborators" % date.today().year

examples/hipace/run_example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
from analysis_script import analyze_simulation
1919

20-
2120
# Create VOCS object.
2221
vocs = VOCS(
2322
variables={

examples/ionization_injection/run_example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
from analysis_script import analyze_simulation
2222

23-
2423
# Create VOCS object.
2524
vocs = VOCS(
2625
variables={

examples/ionization_injection_mf/run_example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
from analysis_script import analyze_simulation
2222

23-
2423
# Create VOCS object.
2524
vocs = VOCS(
2625
variables={

examples/multi_stage/run_example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
from analysis_script import analyze_simulation
1919

20-
2120
# Create VOCS object.
2221
vocs = VOCS(
2322
variables={

examples/multitask_lpa_fbpic_waket/custom_fld_diags.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
not to write to disk at every timestep
1212
- Parallel output is not implemented for the moment
1313
"""
14+
1415
import os
1516
import numpy as np
1617
from scipy.constants import c

examples/multitask_lpa_fbpic_waket/custom_ptcl_diags.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- The class implements memory buffering of the slices, so as
1111
not to write to disk at every timestep
1212
"""
13+
1314
import os
1415
import math
1516
import numpy as np

examples/multitask_lpa_fbpic_waket/run_opt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
from analysis_script import analyze_simulation
1212

13-
1413
# Create VOCS object.
1514
vocs = VOCS(
1615
variables={

examples/multitask_lpa_fbpic_waket/template_simulation_script.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import aptools.plasma_accel.general_equations as ge
1212
from bunch_utils import trapezoidal_bunch
1313

14-
1514
# Parammeters exposed to optimizer.
1615
task = {{task}}
1716
beam_i_1 = {{beam_i_1}}

examples/wake_t/run_example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
from analysis_script import analyze_simulation
2020

21-
2221
# Create VOCS object.
2322
vocs = VOCS(
2423
variables={

0 commit comments

Comments
 (0)