Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 13, 2024
1 parent 8238d97 commit 41b470f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Examples/Tests/collision/analysis_collision_1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# License: BSD-3-Clause-LBNL
#
# This is a script that analyses the simulation results from the script `inputs_1d`.
# This is a script that analyses the simulation results from the script `inputs_1d`.
# run locally: python analysis_vandb_1d.py diags/diag1000600/
#
# This is a 1D intra-species Coulomb scattering relaxation test consisting
Expand All @@ -19,8 +19,8 @@
import sys

import numpy as np
from scipy.constants import epsilon_0, e
import yt
from scipy.constants import e, epsilon_0

sys.path.insert(1, '../../../../warpx/Regression/Checksum/')
import checksumAPI
Expand Down
1 change: 0 additions & 1 deletion Examples/Tests/collision/inputs_1d
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,3 @@ diags1.species = "ions"
diags1.intervals = 600
diags1.diag_type = Full
diags1.ions.variables = w z ux uy uz

0 comments on commit 41b470f

Please sign in to comment.