Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Nov 15, 2024
1 parent a6f1b6d commit 9df2a19
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ add_warpx_test(
3 # dims
1 # nprocs
inputs_test_3d_thomson_parabola_spectrometer # inputs
analysis_default_openpmd_regression.py # analysis
diags/diag1 # output
"analysis.py" # analysis
"analysis_default_regression.py --path diags/diag1 --openpmd" # checksum
OFF # dependency
)
2 changes: 2 additions & 0 deletions Examples/Physics_applications/thomson_parabola_spectrometer/analysis.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

import matplotlib as mpl
import matplotlib.pyplot as plt
import numpy as np
Expand Down

This file was deleted.

0 comments on commit 9df2a19

Please sign in to comment.