Skip to content

Commit

Permalink
Fix the Python CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgrote committed Dec 21, 2023
1 parent 2fe73a6 commit 43e18e5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Regression/WarpX-tests.ini
Original file line number Diff line number Diff line change
Expand Up @@ -779,9 +779,10 @@ analysisRoutine = Examples/Tests/flux_injection/analysis_flux_injection_1d.py
buildDir = .
inputFile = Examples/Tests/flux_injection/PICMI_inputs_1d.py
runtime_params =
customRunCmd = python3 PICMI_inputs_1d.py
dim = 1
addToCompileString = USE_OPENPMD=TRUE QED=FALSE USE_PYTHON_MAIN=TRUE
cmakeSetupOpts = -DWarpX_DIMS=1 -DWarpX_OPENPMD=ON -DWarpX_QED=OFF -DWarpX_PYTHON=ON
addToCompileString = USE_PYTHON_MAIN=TRUE USE_OPENPMD=TRUE QED=FALSE
cmakeSetupOpts = -DWarpX_DIMS=1 -DWarpX_APP=OFF -DWarpX_PYTHON=ON -DWarpX_OPENPMD=ON -DWarpX_QED=OFF
target = pip_install
restartTest = 0
useMPI = 1
Expand All @@ -790,7 +791,8 @@ useOMP = 1
numthreads = 1
compileTest = 0
doVis = 0
compareParticles = 0
compareParticles = 1
particleTypes = electrons ions
analysisRoutine = Examples/analysis_default_openpmd_regression.py

[galilean_2d_psatd]
Expand Down

0 comments on commit 43e18e5

Please sign in to comment.