Skip to content

Commit

Permalink
Update Examples/Tests/particle_thermal_boundary/analysis_2d.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe authored Mar 30, 2024
1 parent ee2921e commit 6212cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Tests/particle_thermal_boundary/analysis_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +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)

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

0 comments on commit 6212cbc

Please sign in to comment.