Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Comment Python-based tests until Python bindings for NL invariants are updated.
  • Loading branch information
cemitch99 authored Nov 29, 2023
1 parent 3aa2a35 commit f4639ab
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -650,13 +650,13 @@ add_impactx_test(IOTA_nll
examples/iota_lens/analysis_iotalens_sdep.py
OFF # no plot script yet
)
add_impactx_test(IOTA_nll.py
examples/iota_lens/run_iotalens_sdep.py
OFF # ImpactX MPI-parallel
OFF # ImpactX Python interface
examples/iota_lens/analysis_iotalens_sdep.py
OFF # no plot script yet
)
# add_impactx_test(IOTA_nll.py
# examples/iota_lens/run_iotalens_sdep.py
# OFF # ImpactX MPI-parallel
# OFF # ImpactX Python interface
# examples/iota_lens/analysis_iotalens_sdep.py
# OFF # no plot script yet
# )

# IOTA nonlinear lattice test ##########################################################
#
Expand All @@ -668,13 +668,13 @@ add_impactx_test(IOTA_lattice
examples/iota_lattice/analysis_iotalattice_sdep.py
OFF # no plot script yet
)
add_impactx_test(IOTA_lattice.py
examples/iota_lattice/run_iotalattice_sdep.py
OFF # ImpactX MPI-parallel
OFF # ImpactX Python interface
examples/run_iotalattice_sdep.py/analysis_iotalattice_sdep.py
OFF # no plot script yet
)
# add_impactx_test(IOTA_lattice.py
# examples/iota_lattice/run_iotalattice_sdep.py
# OFF # ImpactX MPI-parallel
# OFF # ImpactX Python interface
# examples/run_iotalattice_sdep.py/analysis_iotalattice_sdep.py
# OFF # no plot script yet
# )

# Thin dipole ########################################################
#
Expand Down

0 comments on commit f4639ab

Please sign in to comment.