Skip to content

Commit

Permalink
no chksum too noisy
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan committed Mar 29, 2024
1 parent 660cd91 commit 7136a19
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Examples/Tests/particle_thermal_boundary/analysis_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
sys.path.insert(1,'../../../../warpx/Regression/Checksum/')
import checksumAPI

filename = sys.argv[1]

FE_rdiag = './diags/reducedfiles/EF.txt'
init_Fenergy = np.loadtxt(FE_rdiag)[1,2]
final_Fenergy = np.loadtxt(FE_rdiag)[-1,2]
Expand All @@ -35,6 +33,3 @@
init_Penergy = np.loadtxt(PE_rdiag)[0,2]
final_Penergy = np.loadtxt(PE_rdiag)[-1,2]
assert( abs(final_Penergy - init_Penergy)/init_Penergy < 0.02)

test_name = os.path.split(os.getcwd())[1]
checksumAPI.evaluate_checksum(test_name, filename)

0 comments on commit 7136a19

Please sign in to comment.