aboutsummaryrefslogtreecommitdiff
path: root/Examples/Modules
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2021-12-14 15:22:08 -0800
committerGravatar GitHub <noreply@github.com> 2021-12-14 15:22:08 -0800
commite6a8ed6fcbc2a2d44ab6c560e036fd64d84b26c4 (patch)
tree648b12bd1c09c6efd2095f0cf0087b76fd7c1ff2 /Examples/Modules
parent9685a3d019b8ab25999dc3306c275e465c9ca4fe (diff)
downloadWarpX-e6a8ed6fcbc2a2d44ab6c560e036fd64d84b26c4.tar.gz
WarpX-e6a8ed6fcbc2a2d44ab6c560e036fd64d84b26c4.tar.zst
WarpX-e6a8ed6fcbc2a2d44ab6c560e036fd64d84b26c4.zip
Fix: `pre-commit run -a` (#2671)
Prepare to enable autofix bot from https://pre-commit.ci
Diffstat (limited to 'Examples/Modules')
-rw-r--r--Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py b/Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py
index daabfece5..bc56968d2 100644
--- a/Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py
+++ b/Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py
@@ -249,4 +249,3 @@ print("Area of the middle z-slice:", Sz_slice)
assert np.isclose(Sz_slice, Sz_slice_true, rtol=1e-05, atol=1e-08)
sim.step(1)
-