Skip to content

Commit

Permalink
addchksum
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan committed Mar 29, 2024
1 parent b9a10f2 commit 6a1b4e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Examples/Tests/particle_thermal_boundary/analysis_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@
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 6a1b4e8

Please sign in to comment.